Uses of Class
net.jini.jeri.ssl.Utilities.SSLContextInfo

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

Methods in net.jini.jeri.ssl that return Utilities.SSLContextInfo
(package private) static Utilities.SSLContextInfo Utilities.getClientSSLContextInfo(CallContext callContext)
          Returns the SSLContext and ClientAuthManager to use for creating client socket factories.
(package private) static Utilities.SSLContextInfo Utilities.getServerSSLContextInfo(Subject serverSubject, Set serverPrincipals)
          Returns the SSLContext and ServerAuthManager to use for creating server socket factories.
 



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