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| 构造器和说明 |
|---|
TlsNullCipherSuite() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 TlsCipherSuiteprotected byte[] encodePlaintext(short type,
byte[] plaintext,
int offset,
int len)
encodePlaintext 在类中 TlsCipherSuiteprotected byte[] decodeCiphertext(short type,
byte[] plaintext,
int offset,
int len,
TlsProtocolHandler handler)
decodeCiphertext 在类中 TlsCipherSuiteprotected short getKeyExchangeAlgorithm()
getKeyExchangeAlgorithm 在类中 TlsCipherSuiteCopyright © 2016. All rights reserved.