PKIXCertPathValidatorResult


PKIXCertPathValidatorResult java.security.cert

Java 1.4 cloneable

An instance of this class is returned upon successful validation by the validate( ) method of a CertPathValidator created for the "PKIX" algorithm. getPublicKey( ) returns the validated public key of the subject of the certificate chain. gettrustAnchor( ) returns the TRustAnchor that anchors the chain.

Figure 14-69. java.security.cert.PKIXCertPathValidatorResult

 public class  PKIXCertPathValidatorResult  implements CertPathValidatorResult {  // Public Constructors  public  PKIXCertPathValidatorResult  (TrustAnchor  trustAnchor  ,          PolicyNode  policyTree  ,          java.security.PublicKey  subjectPublicKey  );  // Public Instance Methods  public PolicyNode  getPolicyTree  ( );        public java.security.PublicKey  getPublicKey  ( );        public TrustAnchor  getTrustAnchor  ( );  // Methods Implementing CertPathValidatorResult  public Object  clone  ( );  // Public Methods Overriding Object  public String  toString  ( );   } 

Subclasses

PKIXCertPathBuilderResult



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net