Package org.restlet.ext.ssl

Support for SSL utilities and integration with jSSLutils library.

See:
          Description

Class Summary
CertificateAuthenticator Authenticator based on the SSL client certificate.
DefaultSslContextFactory This SslContextFactory makes it possible to configure most basic options when building an SSLContext.
HttpsClientHelper HTTPS client helper based on NIO blocking sockets.
HttpsServerHelper HTTPS server helper based on NIO blocking sockets.
JsslutilsSslContextFactory This SslContextFactory is a wrapper for the SSLContextFactory of jSSLutils.
PkixSslContextFactory This SslContextFactory uses PKIXSSLContextFactory from jSSLutils and can be configured via parameters.
SslContextFactory This is an abstract factory that produces configured and initialized instances of SSLContext.
 

Package org.restlet.ext.ssl Description

Support for SSL utilities and integration with jSSLutils library.

Since:
Restlet 1.1
See Also:
jSSLutils home, User Guide - SSL extension


Copyright © 2005-2013 Restlet.