Methods in net.jradius.client.auth.tls with parameters of type TlsProtocolHandler |
protected static void |
TlsUtils.checkVersion(byte[] readVersion,
TlsProtocolHandler handler)
|
protected static void |
TlsUtils.checkVersion(java.io.InputStream is,
TlsProtocolHandler handler)
|
protected abstract byte[] |
TlsCipherSuite.decodeCiphertext(short type,
byte[] plaintext,
int offset,
int len,
TlsProtocolHandler handler)
|
protected byte[] |
TlsNullCipherSuite.decodeCiphertext(short type,
byte[] plaintext,
int offset,
int len,
TlsProtocolHandler handler)
|
protected byte[] |
TlsBlockCipherCipherSuite.decodeCiphertext(short type,
byte[] ciphertext,
int offset,
int len,
TlsProtocolHandler handler)
|
protected static TlsCipherSuite |
TlsCipherSuiteManager.getCipherSuite(int number,
TlsProtocolHandler handler)
|