net.jini.jeri.ssl
Class Utilities.SSLContextInfo

java.lang.Object
  extended by net.jini.jeri.ssl.Utilities.SSLContextInfo
Enclosing class:
Utilities

static class Utilities.SSLContextInfo
extends Object

Used to pass an SSLContext and AuthManager pair.


Field Summary
(package private)  AuthManager authManager
           
(package private)  SSLContext sslContext
           
 
Constructor Summary
Utilities.SSLContextInfo(SSLContext sslContext, AuthManager authManager)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sslContext

final SSLContext sslContext

authManager

final AuthManager authManager
Constructor Detail

Utilities.SSLContextInfo

Utilities.SSLContextInfo(SSLContext sslContext,
                         AuthManager authManager)


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