|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.components.net.JSSE14SocketFactory.JSSEKeyManager
public static final class JSSE14SocketFactory.JSSEKeyManager
Constructor Summary | |
---|---|
JSSE14SocketFactory.JSSEKeyManager(X509KeyManager mgr,
String clientKeyAlias)
Constructor. |
Method Summary | |
---|---|
String |
chooseClientAlias(String[] keyType,
Principal[] issuers,
Socket socket)
Choose an alias to authenticate the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any). |
String |
chooseServerAlias(String keyType,
Principal[] issuers,
Socket socket)
Returns this key manager's server key alias that was provided in the constructor. |
X509Certificate[] |
getCertificateChain(String alias)
Returns the certificate chain associated with the given alias. |
String[] |
getClientAliases(String keyType,
Principal[] issuers)
Get the matching aliases for authenticating the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any). |
PrivateKey |
getPrivateKey(String alias)
Returns the key associated with the given alias. |
String[] |
getServerAliases(String keyType,
Principal[] issuers)
Get the matching aliases for authenticating the server side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSSE14SocketFactory.JSSEKeyManager(X509KeyManager mgr, String clientKeyAlias)
mgr
- The X509KeyManager used as a delegateserverKeyAlias
- The alias name of the server's keypair and supporting
certificate chainMethod Detail |
---|
public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket)
chooseClientAlias
in interface X509KeyManager
keyType
- The key algorithm type name(s), ordered with the
most-preferred key type firstissuers
- The list of acceptable CA issuer subject names, or null if it
does not matter which issuers are usedsocket
- The socket to be used for this connection. This parameter can
be null, in which case this method will return the most
generic alias to use
public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket)
chooseServerAlias
in interface X509KeyManager
keyType
- The key algorithm type name (ignored)issuers
- The list of acceptable CA issuer subject names, or null if it
does not matter which issuers are used (ignored)socket
- The socket to be used for this connection. This parameter can
be null, in which case this method will return the most
generic alias to use (ignored)
public X509Certificate[] getCertificateChain(String alias)
getCertificateChain
in interface X509KeyManager
alias
- The alias name
public String[] getClientAliases(String keyType, Principal[] issuers)
getClientAliases
in interface X509KeyManager
keyType
- The key algorithm type nameissuers
- The list of acceptable CA issuer subject names, or null if it
does not matter which issuers are used
public String[] getServerAliases(String keyType, Principal[] issuers)
getServerAliases
in interface X509KeyManager
keyType
- The key algorithm type nameissuers
- The list of acceptable CA issuer subject names, or null if it
does not matter which issuers are used
public PrivateKey getPrivateKey(String alias)
getPrivateKey
in interface X509KeyManager
alias
- The alias name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |