Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTlsServer |
class |
DefaultTlsServer |
class |
PSKTlsServer |
class |
SRPTlsServer |
Modifier and Type | Field and Description |
---|---|
protected TlsServer |
TlsServerProtocol.tlsServer |
Modifier and Type | Method and Description |
---|---|
void |
TlsServerProtocol.accept(TlsServer tlsServer)
Receives a TLS handshake in the role of server.
In blocking mode, this will not return until the handshake is complete. |
DTLSTransport |
DTLSServerProtocol.accept(TlsServer server,
DatagramTransport transport) |
Copyright © 2018 BouncyCastle.org. All rights reserved.