java.security.cert
Class PKIXCertPathValidatorResult
java.lang.Object
java.security.cert.PKIXCertPathValidatorResult
- All Implemented Interfaces:
- Cloneable, CertPathValidatorResult
- Direct Known Subclasses:
- PKIXCertPathBuilderResult
public class PKIXCertPathValidatorResult
- extends Object
- implements CertPathValidatorResult
PKIXCertPathValidatorResult
public PKIXCertPathValidatorResult(TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
getPolicyTree
public PolicyNode getPolicyTree()
getPublicKey
public PublicKey getPublicKey()
getTrustAnchor
public TrustAnchor getTrustAnchor()
clone
public Object clone()
- Description copied from class:
Object
- Returns a new instance of the same class as the receiver, whose slots
have been filled in with the values in the slots of the receiver.
Classes which wish to support cloning must specify that they implement
the Cloneable interface, since the implementation checks for this.
- Specified by:
clone in interface CertPathValidatorResult- Overrides:
clone in class Object
- Returns:
- Object a shallow copy of this object.
toString
public String toString()
- Description copied from class:
Object
- Returns a string containing a concise, human-readable description of the
receiver.
- Overrides:
toString in class Object
- Returns:
- String a printable representation for the receiver.
Please submit a feedback, bug or feature