Example usage for Java java.security.cert PKIXCertPathValidatorResult fields, constructors, methods, implement or subclass
The text is from its open source code.
PublicKey | getPublicKey() Returns the public key of the subject (target) of the certification path, including any inherited public key parameters if applicable. |
TrustAnchor | getTrustAnchor() Returns the TrustAnchor describing the CA that served as a trust anchor for the certification path. |
String | toString() Return a printable representation of this PKIXCertPathValidatorResult . |