Package | Description |
---|---|
java.security.cert |
Modifier and Type | Method and Description |
---|---|
X509Certificate |
X509CertSelector.getCertificate()
Returns the certificate criterion, or
null if this value
was not set. |
X509Certificate |
X509CRLSelector.getCertificateChecking()
Returns the certificate being checked, or
null if this
value is not set. |
X509Certificate |
TrustAnchor.getTrustedCert()
Return the trusted certificate, or null if none was specified.
|
Modifier and Type | Method and Description |
---|---|
void |
X509CertSelector.setCertificate(X509Certificate cert)
Sets the certificate criterion.
|
void |
X509CRLSelector.setCertificateChecking(X509Certificate cert)
Sets the certificate being checked.
|
Constructor and Description |
---|
TrustAnchor(X509Certificate trustedCert,
byte[] nameConstraints)
Create a new trust anchor from a certificate and (optional) name
constraints.
|