GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.security.cert.X509Certificate | |
Create a new trust anchor from a certificate and (optional) name
constraints.
|
Methods with parameter type java.security.cert.X509Certificate | |
void | Sets the certificate criterion. |
void | Sets the certificate being checked. |
Methods with return type java.security.cert.X509Certificate | |
X509Certificate | Returns the certificate criterion, or null if this value
was not set.
|
X509Certificate | Returns the certificate being checked, or null if this
value is not set.
|
X509Certificate | Return the trusted certificate, or null if none was specified.
|
Constructors with parameter type java.security.cert.X509Certificate | |
Creates a new private credential with no associated keystore alias.
| |
X500PrivateCredential.X500PrivateCredential(X509Certificate certificate, PrivateKey key, String alias) Creates a new private credential with a keystore alias.
|
Methods with return type java.security.cert.X509Certificate | |
X509Certificate | Returns the certificate of this credential.
|
Methods with parameter type java.security.cert.X509Certificate | |
void | Checks if a certificate chain sent by the client is trusted.
|
void | Checks if a certificate chain sent by the server is trusted.
|
Methods with return type java.security.cert.X509Certificate | |
X509Certificate[] | Returns the list of trusted issuer certificates currently in use.
|
X509Certificate[] | Gets the X.509 certificate chain associated with the given alias.
|
GNU Classpath (0.95) |