Java java.security.cert PKIXCertPathValidatorResult fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert PKIXCertPathValidatorResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert PKIXCertPathValidatorResult.

The text is from its open source code.

Method

PublicKeygetPublicKey()
Returns the public key of the subject (target) of the certification path, including any inherited public key parameters if applicable.
TrustAnchorgetTrustAnchor()
Returns the TrustAnchor describing the CA that served as a trust anchor for the certification path.
StringtoString()
Return a printable representation of this PKIXCertPathValidatorResult .