java.security.cert

Uses of Class X509Certificate

Uses of X509Certificate in java.security.cert

Modifier and Type Method and Description
  1. X509Certificate
X509CertSelector.getCertificate()
Returns the certificateEquals criterion.
  1. X509Certificate
X509CRLSelector.getCertificateChecking()
Returns the certificate being checked.
  1. X509Certificate
TrustAnchor.getTrustedCert()
Returns the most-trusted CA certificate.
Modifier and Type Method and Description
  1. void
X509CertSelector.setCertificate(X509Certificate cert)
Sets the certificateEquals criterion.
  1. void
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.