Uses of Class
net.jradius.client.auth.tls.TlsProtocolHandler

Packages that use TlsProtocolHandler
net.jradius.client.auth.tls This package is a copy (with modifications) of the Bouncy Castle TLS package. 
 

Uses of TlsProtocolHandler in net.jradius.client.auth.tls
 

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  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 abstract  byte[] TlsCipherSuite.decodeCiphertext(short type, byte[] plaintext, int offset, int len, TlsProtocolHandler handler)
           
protected static TlsCipherSuite TlsCipherSuiteManager.getCipherSuite(int number, TlsProtocolHandler handler)
           
 

Constructors in net.jradius.client.auth.tls with parameters of type TlsProtocolHandler
RecordStream(TlsProtocolHandler handler)
           
 



Copyright © 2008 JRadius Project, All Rights Reserved.