| java.lang.Object org.bouncycastle.crypto.tls.TlsCipherSuite org.bouncycastle.crypto.tls.TlsNullCipherSuite
TlsNullCipherSuite | public class TlsNullCipherSuite extends TlsCipherSuite (Code) | | A NULL CipherSuite in java, this should only be used during handshake.
|
decodeCiphertext | protected byte[] decodeCiphertext(short type, byte[] plaintext, int offset, int len, TlsProtocolHandler handler)(Code) | | |
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)
|
|
|