Methods Summary |
---|
public abstract void | cancel()Cancel this request. Remember the user's choice and use it for
future requests.
|
public abstract java.lang.String | getHost()Returns the host name of the server requesting the certificate.
|
public abstract java.lang.String[] | getKeyTypes()Returns the acceptable types of asymmetric keys (can be null).
|
public abstract int | getPort()Returns the port number of the server requesting the certificate.
|
public abstract java.security.Principal[] | getPrincipals()Returns the acceptable certificate issuers for the certificate
matching the private key (can be null).
|
public abstract void | ignore()Ignore the request for now. Do not remember user's choice.
|
public abstract void | proceed(java.security.PrivateKey privateKey, java.security.cert.X509Certificate[] chain)Proceed with the specified private key and client certificate chain.
Remember the user's positive choice and use it for future requests.
|