Package | Description |
---|---|
org.spongycastle.crypto.tls |
A lightweight TLS API.
|
Modifier and Type | Class and Description |
---|---|
class |
TlsBlockCipher
A generic TLS 1.0 / SSLv3 block cipher.
|
class |
TlsNullCipher
A NULL CipherSuite in java, this should only be used during handshake.
|
Modifier and Type | Field and Description |
---|---|
private TlsCipher |
RecordStream.readCipher |
private TlsCipher |
RecordStream.writeCipher |
Modifier and Type | Method and Description |
---|---|
protected TlsCipher |
DefaultTlsCipherFactory.createAESCipher(TlsClientContext context,
int cipherKeySize,
int digestAlgorithm) |
TlsCipher |
DefaultTlsCipherFactory.createCipher(TlsClientContext context,
int encryptionAlgorithm,
int digestAlgorithm) |
TlsCipher |
TlsCipherFactory.createCipher(TlsClientContext context,
int encryptionAlgorithm,
int digestAlgorithm)
See enumeration classes EncryptionAlgorithm and DigestAlgorithm for appropriate argument values
|
protected TlsCipher |
DefaultTlsCipherFactory.createDESedeCipher(TlsClientContext context,
int cipherKeySize,
int digestAlgorithm) |
TlsCipher |
PSKTlsClient.getCipher() |
TlsCipher |
TlsClient.getCipher() |
TlsCipher |
DefaultTlsClient.getCipher() |
TlsCipher |
SRPTlsClient.getCipher() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
RecordStream.clientCipherSpecDecided(TlsCompression tlsCompression,
TlsCipher tlsCipher) |