public class TlsNullCipherSuite extends TlsCipherSuite
KE_DH_anon, KE_DH_DSS, KE_DH_RSA, KE_DHE_DSS, KE_DHE_DSS_EXPORT, KE_DHE_RSA, KE_DHE_RSA_EXPORT, KE_RSA, KE_RSA_EXPORT, KE_SRP, KE_SRP_DSS, KE_SRP_RSA| Constructor and Description |
|---|
TlsNullCipherSuite() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
decodeCiphertext(short type,
byte[] plaintext,
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) |
protected void init(byte[] ms,
byte[] cr,
byte[] sr)
init in class TlsCipherSuiteprotected byte[] encodePlaintext(short type,
byte[] plaintext,
int offset,
int len)
encodePlaintext in class TlsCipherSuiteprotected byte[] decodeCiphertext(short type,
byte[] plaintext,
int offset,
int len,
TlsProtocolHandler handler)
decodeCiphertext in class TlsCipherSuiteprotected short getKeyExchangeAlgorithm()
getKeyExchangeAlgorithm in class TlsCipherSuiteCopyright © 2017. All rights reserved.