Example usage for Java java.security.cert TrustAnchor fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
X500Principal | getCA() Returns the name of the most-trusted CA as an X500Principal. |
PublicKey | getCAPublicKey() Returns the public key of the most-trusted CA. |
X509Certificate | getTrustedCert() Returns the most-trusted CA certificate. |