Package | Description |
---|---|
old.org.bouncycastle.crypto.tls |
Modifier and Type | Class and Description |
---|---|
class |
TlsBlockCipher
A generic TLS 1.0 block cipher.
|
class |
TlsNullCipher
A NULL CipherSuite in java, this should only be used during handshake.
|
Modifier and Type | Method and Description |
---|---|
protected TlsCipher |
DefaultTlsCipherFactory.createAESCipher(TlsClientContext context,
int cipherKeySize,
int digestAlgorithm) |
TlsCipher |
TlsCipherFactory.createCipher(TlsClientContext context,
int encryptionAlgorithm,
int digestAlgorithm)
See enumeration classes EncryptionAlgorithm and DigestAlgorithm for appropriate argument values
|
TlsCipher |
DefaultTlsCipherFactory.createCipher(TlsClientContext context,
int encryptionAlgorithm,
int digestAlgorithm) |
protected TlsCipher |
DefaultTlsCipherFactory.createDESedeCipher(TlsClientContext context,
int cipherKeySize,
int digestAlgorithm) |
TlsCipher |
TlsClient.getCipher() |
TlsCipher |
SRPTlsClient.getCipher() |
TlsCipher |
DefaultTlsClient.getCipher() |
Copyright © 2015. All rights reserved.