Package org.glassfish.grizzly.ssl

Interface Summary
SSLSupport SSLSupport Interface for SSL-specific functions
 

Class Summary
SSLCodec SSL Codec, which contains SSL encoder and decoder Transformers.
SSLContextConfigurator Utility class, which helps to configure SSLContext.
SSLDecoderTransformer Transformer, which decodes SSL encrypted data, contained in the input Buffer, to the output Buffer.
SSLEncoderTransformer Transformer, which encrypts plain data, contained in the input Buffer, into SSL/TLS data and puts the result to the output Buffer.
SSLEngineConfigurator Utility class, which helps to configure SSLEngine.
SSLFilter SSL Filter to operate with SSL encrypted data.
SSLFilter.CertificateEvent  
SSLStreamReader SSL aware StreamReader implementation, which work like a wrapper over existing StreamReader.
SSLStreamWriter SSL aware StreamWriter implementation, which work like a wrapper over existing StreamWriter.
SSLStreamWriter.HandshakeCompletionHandler  
SSLStreamWriter.SSLHandshakeCondition  
SSLSupport.CipherData Simple data class that represents the cipher being used, along with the corresponding effective key size.
SSLSupportImpl  
SSLUtils Utility class, which implements the set of useful SSL related operations.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.