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

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

Subclasses of Utilities.ServerKey in net.jini.jeri.ssl
private static class Utilities.ClientKey
          WeakKey for looking up a client SSLContext.
 

Constructors in net.jini.jeri.ssl with parameters of type Utilities.ServerKey
Utilities.ServerKey(Utilities.ServerKey serverKey, ReferenceQueue queue)
          Copies the key to the queue
Utilities.Value(Utilities.ServerKey key, SSLContext sslContext, AuthManager authManager)
          Creates a value for the associated key containing the specified SSL context and auth manager.
 



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