| java.lang.Object org.bouncycastle.crypto.tls.TlsCipherSuite org.bouncycastle.crypto.tls.TlsBlockCipherCipherSuite
TlsBlockCipherCipherSuite | public class TlsBlockCipherCipherSuite extends TlsCipherSuite (Code) | | A generic TLS 1.0 block cipher suite. This can be used for AES or 3DES for
example.
|
encodePlaintext | protected byte[] encodePlaintext(short type, byte[] plaintext, int offset, int len)(Code) | | |
getKeyExchangeAlgorithm | protected short getKeyExchangeAlgorithm()(Code) | | |
init | protected void init(byte[] ms, byte[] cr, byte[] sr)(Code) | | |
Methods inherited from org.bouncycastle.crypto.tls.TlsCipherSuite | abstract protected byte[] decodeCiphertext(short type, byte[] plaintext, int offset, int len, TlsProtocolHandler handler) throws IOException(Code)(Java Doc) abstract protected byte[] encodePlaintext(short type, byte[] plaintext, int offset, int len)(Code)(Java Doc) abstract protected short getKeyExchangeAlgorithm()(Code)(Java Doc) abstract protected void init(byte[] ms, byte[] cr, byte[] sr)(Code)(Java Doc)
|
|
|