Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTlsClient |
class |
DefaultTlsClient |
class |
PSKTlsClient |
class |
SRPTlsClient |
Modifier and Type | Field and Description |
---|---|
protected TlsClient |
TlsClientProtocol.tlsClient |
Modifier and Type | Method and Description |
---|---|
void |
TlsClientProtocol.connect(TlsClient tlsClient)
Initiates a TLS handshake in the role of client
|
DTLSTransport |
DTLSClientProtocol.connect(TlsClient client,
DatagramTransport transport) |
protected byte[] |
DTLSClientProtocol.generateClientHello(DTLSClientProtocol.ClientHandshakeState state,
TlsClient client) |
Copyright © 2016 BouncyCastle.org. All rights reserved.