Uses of Class
net.jini.jeri.ssl.SslEndpointImpl

Packages that use SslEndpointImpl
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
 

Uses of SslEndpointImpl in net.jini.jeri.ssl
 

Subclasses of SslEndpointImpl in net.jini.jeri.ssl
private static class HttpsEndpoint.HttpsEndpointImpl
          Implementation delegate
 

Fields in net.jini.jeri.ssl declared as SslEndpointImpl
(package private)  SslEndpointImpl CallContext.endpointImpl
          The associated endpoint implementation delegate.
(package private)  SslEndpointImpl SslEndpoint.impl
          Implementation delegate.
 

Methods in net.jini.jeri.ssl that return SslEndpointImpl
private static SslEndpointImpl SslEndpoint.SslEndpointInternals.coerce(Endpoint endpoint)
           
 

Constructors in net.jini.jeri.ssl with parameters of type SslEndpointImpl
CallContext(Endpoint endpoint, SslEndpointImpl endpointImpl, Subject clientSubject, boolean clientAuthRequired, Set clientPrincipals, Set serverPrincipals, List cipherSuites, boolean integrityRequired, boolean integrityPreferred, long connectionTime)
          Creates a CallContext.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.