|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of X509Certificate in java.security.cert |
---|
Methods in java.security.cert that return X509Certificate | |
---|---|
X509Certificate |
X509CertSelector.getCertificate()
Returns the certificateEquals criterion. |
X509Certificate |
X509CRLSelector.getCertificateChecking()
Returns the certificate being checked. |
X509Certificate |
TrustAnchor.getTrustedCert()
Returns the most-trusted CA certificate. |
Methods in java.security.cert with parameters of type X509Certificate | |
---|---|
void |
X509CertSelector.setCertificate(X509Certificate cert)
Sets the certificateEquals criterion. |
void |
X509CRLSelector.setCertificateChecking(X509Certificate cert)
Sets the certificate being checked. |
Constructors in java.security.cert with parameters of type X509Certificate | |
---|---|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |