Package | Description |
---|---|
org.spongycastle.crypto.tls |
A lightweight TLS API.
|
Class and Description |
---|
ByteQueue
A queue for bytes.
|
Certificate
A representation for a certificate chain as used by a tls server.
|
CertificateRequest |
CertificateVerifyer
Deprecated.
Perform certificate verification in TlsAuthentication implementation
|
CombinedHash
A combined hash, which implements md5(m) || sha1(m).
|
DefaultTlsClient |
ProtocolVersion |
RecordStream
An implementation of the TLS 1.0 record layer, allowing downgrade to SSLv3.
|
SecurityParameters |
TlsAgreementCredentials |
TlsAuthentication |
TlsCipher |
TlsCipherFactory |
TlsClient |
TlsClientContext |
TlsClientContextImpl |
TlsCompression |
TlsCredentials |
TlsDHKeyExchange
TLS 1.0 DH key exchange.
|
TlsDSASigner |
TlsECDHKeyExchange
ECDH key exchange (see RFC 4492)
|
TlsInputStream
An InputStream for an TLS 1.0 connection.
|
TlsKeyExchange
A generic interface for key exchange implementations in TLS 1.0.
|
TlsMac
A generic TLS MAC implementation, which can be used with any kind of Digest to act as
an HMAC.
|
TlsOutputStream
An OutputStream for an TLS connection.
|
TlsProtocolHandler
An implementation of all high level protocols in TLS 1.0.
|
TlsPSKIdentity |
TlsSigner |
TlsSignerCredentials |