Uses of Class java.security.cert.X509Certificate

Uses in package java.security.cert

Constructors with parameter type java.security.cert.X509Certificate

TrustAnchor.TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints)
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.

Uses in package javax.security.auth.x500

Constructors with parameter type java.security.cert.X509Certificate

Creates a new private credential with no associated keystore 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.

Uses in package javax.net.ssl

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.