Package net.jradius.tls

Interface Summary
CertificateVerifyer This should be implemented by any class which can find out, if a given certificate chain is being accepted by an client.
 

Class Summary
AlwaysValidVerifyer A certificate verifyer, that will always return true.
Arrays General array utilities.
ByteQueue A queue for bytes.
Certificate A representation for a certificate chain as used by a tls server.
CombinedHash A combined hash, which implements md5(m) || sha1(m).
DefaultTlsClient  
TlsBlockCipher A generic TLS 1.0 block cipher.
TlsCipherSuite A generic class for ciphersuites in TLS 1.0.
TlsInputStream An InputStream for an TLS 1.0 connection.
TlsMac A generic TLS MAC implementation, which can be used with any kind of Digest to act as an HMAC.
TlsNullCipherSuite A NULL CipherSuite in java, this should only be used during handshake.
TlsOuputStream An OutputStream for an TLS connection.
TlsProtocolHandler An implementation of all high level protocols in TLS 1.0.
TlsUtils Some helper fuctions for MicroTLS.
 

Exception Summary
TlsRuntimeException  
 



Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.