java.lang.Objectjavax.net.ssl.X509ExtendedKeyManager
All Implemented Interfaces:
X509KeyManager
Methods in this class should be overriden to provide actual implementations.
1.5 - Brad - R. Wetmore| Constructor: |
|---|
|
| Method from javax.net.ssl.X509ExtendedKeyManager Summary: |
|---|
| chooseEngineClientAlias, chooseEngineServerAlias |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.net.ssl.X509ExtendedKeyManager Detail: |
|---|
SSLEngine connection given the public key type
and the list of certificate issuer authorities recognized by
the peer (if any).
The default implementation returns null. |
SSLEngine connection given the public key type
and the list of certificate issuer authorities recognized by
the peer (if any).
The default implementation returns null. |