org.bouncycastle.crypto.tls
public class TlsBlockCipherCipherSuite extends TlsCipherSuite
| Constructor Summary | |
|---|---|
| protected | TlsBlockCipherCipherSuite(BlockCipher encrypt, BlockCipher decrypt, Digest writeDigest, Digest readDigest, int cipherKeySize, short keyExchange) |
| Method Summary | |
|---|---|
| protected byte[] | decodeCiphertext(short type, byte[] ciphertext, int offset, int len, TlsProtocolHandler handler) |
| protected byte[] | encodePlaintext(short type, byte[] plaintext, int offset, int len) |
| protected short | getKeyExchangeAlgorithm() |
| protected void | init(byte[] ms, byte[] cr, byte[] sr) |