java.security.cert
Uses of Class X509Certificate
Uses of X509Certificate in java.security.cert
| Modifier and Type | Method and Description |
|---|---|
X509CertSelector.getCertificate()
Returns the certificateEquals criterion.
|
|
X509CRLSelector.getCertificateChecking()
Returns the certificate being checked.
|
|
TrustAnchor.getTrustedCert()
Returns the most-trusted CA certificate.
|
| Modifier and Type | Method and Description |
|---|---|
|
X509CertSelector.setCertificate(X509Certificate cert)
Sets the certificateEquals criterion.
|
|
X509CRLSelector.setCertificateChecking(X509Certificate cert)
Sets the certificate being checked.
|
| Constructor and Description |
|---|
TrustAnchor(X509Certificate trustedCert,byte[] nameConstraints)
Creates an instance of
TrustAnchor with the specified
X509Certificate and optional name constraints, which
are intended to be used as additional constraints when validating
an X.509 certification path.
|