Located in compilation unit of sun.
Modifier and Type | Field and Description |
---|---|
private final X509KeyManager |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public String | chooseClientAlias(String[]
the key algorithm type name(s), ordered
with the most-preferred key type first. keyType, Principal[] the list of acceptable CA issuer subject names
or null if it does not matter which issuers are used. issuers, Socket the socket to be used for this connection. This
parameter can be null, which indicates that
implementations are free to select an alias applicable
to any socket. socket)Implements javax. 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). |
public String | chooseServerAlias(String
the key algorithm type name. keyType, Principal[] the list of acceptable CA issuer subject names
or null if it does not matter which issuers are used. issuers, Socket the socket to be used for this connection. This
parameter can be null, which indicates that
implementations are free to select an alias applicable
to any socket. socket)Implements javax. Choose an alias to authenticate 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). |
public X509Certificate[] | getCertificateChain(String
the alias name alias)Implements javax. Returns the certificate chain associated with the given alias. |
public String[] | getClientAliases(String
the key algorithm type name keyType, Principal[] the list of acceptable CA issuer subject names,
or null if it does not matter which issuers are used. issuers)Implements javax. 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). |
public PrivateKey | getPrivateKey(String
the alias name alias)Implements javax. Returns the key associated with the given alias. |
public String[] | getServerAliases(String
the key algorithm type name keyType, Principal[] the list of acceptable CA issuer subject names
or null if it does not matter which issuers are used. issuers)Implements javax. 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). |
km | back to summary |
---|---|
private final X509KeyManager km |
AbstractKeyManagerWrapper | back to summary |
---|---|
pack-priv AbstractKeyManagerWrapper(X509KeyManager km) |
chooseClientAlias | back to summary |
---|---|
public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) Implements javax. Doc from javax. 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).
|
chooseServerAlias | back to summary |
---|---|
public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket) Implements javax. Doc from javax. Choose an alias to authenticate 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).
|
getCertificateChain | back to summary |
---|---|
public X509Certificate[] getCertificateChain(String alias) Implements javax. Doc from javax. Returns the certificate chain associated with the given alias.
|
getClientAliases | back to summary |
---|---|
public String[] getClientAliases(String keyType, Principal[] issuers) Implements javax. Doc from javax. 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). |
getPrivateKey | back to summary |
---|---|
public PrivateKey getPrivateKey(String alias) Implements javax. Doc from javax. Returns the key associated with the given alias.
|
getServerAliases | back to summary |
---|---|
public String[] getServerAliases(String keyType, Principal[] issuers) Implements javax. Doc from javax. 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). |