Class TlsProtocolHandler
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Tls
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
[Obsolete("Use 'TlsClientProtocol' instead")]
public class TlsProtocolHandler : TlsClientProtocol
- Inheritance
-
TlsProtocolHandler
- Inherited Members
Constructors
TlsProtocolHandler(Stream, SecureRandom)
public TlsProtocolHandler(Stream stream, SecureRandom secureRandom)
Parameters
stream
StreamsecureRandom
SecureRandom
TlsProtocolHandler(Stream, Stream, SecureRandom)
public TlsProtocolHandler(Stream input, Stream output, SecureRandom secureRandom)
Parameters
input
Streamoutput
StreamsecureRandom
SecureRandom