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

Packages that use ConnectionContext
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 ConnectionContext in net.jini.jeri.ssl
 

Fields in net.jini.jeri.ssl declared as ConnectionContext
(package private)  ConnectionContext SslEndpointImpl.ComparableConnectionContext.context
           
 

Methods in net.jini.jeri.ssl that return ConnectionContext
(package private) static ConnectionContext ConnectionContext.getInstance(String cipherSuite, Principal client, Principal server, boolean integrity, boolean clientSide, InvocationConstraints constraints)
          Creates an instance that represents using the specified cipher suite, client and server principals, whether to guarantee codebase integrity, and constraints.
 

Constructors in net.jini.jeri.ssl with parameters of type ConnectionContext
SslEndpointImpl.ComparableConnectionContext(ConnectionContext context, int suiteIndex)
           
 



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