net.jini.jeri.ssl
Class Utilities.SSLContextInfo
java.lang.Object
net.jini.jeri.ssl.Utilities.SSLContextInfo
- Enclosing class:
- Utilities
static class Utilities.SSLContextInfo
- extends Object
Used to pass an SSLContext and AuthManager pair.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sslContext
final SSLContext sslContext
authManager
final AuthManager authManager
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.