|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.security.cert.PKIXCertPathValidatorResult
public class PKIXCertPathValidatorResult
Results returned by the CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters)
method for PKIX CertPathValidators.
CertPathValidator| Constructor Summary | |
|---|---|
PKIXCertPathValidatorResult(TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates a new PKIXCertPathValidatorResult. |
|
| Method Summary | |
|---|---|
Object |
clone()
Returns a copy of this object. |
PolicyNode |
getPolicyTree()
Returns the root node of the policy tree. |
PublicKey |
getPublicKey()
Returns the subject public key. |
TrustAnchor |
getTrustAnchor()
Returns the trust anchor. |
String |
toString()
Returns a printable string representation of this result. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PKIXCertPathValidatorResult(TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
trustAnchor - The trust anchor.policyTree - The root node of the policy tree.subjectPublicKey - The public key.
NullPointerException - If either trustAnchor or
subjectPublicKey is null.| Method Detail |
|---|
public TrustAnchor getTrustAnchor()
public PolicyNode getPolicyTree()
public PublicKey getPublicKey()
public Object clone()
clone in interface CertPathValidatorResultclone in class ObjectCloneablepublic String toString()
toString in class ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||