Android
java.security.cert
public class

java.security.cert.PKIXCertPathValidatorResult

java.lang.Object
java.security.cert.PKIXCertPathValidatorResult CertPathValidatorResult

Summary

Public Constructors

            PKIXCertPathValidatorResult(TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)

Public Methods

          Object  clone()
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.
          PolicyNode  getPolicyTree()
          PublicKey  getPublicKey()
          TrustAnchor  getTrustAnchor()
          String  toString()
Returns a string containing a concise, human-readable description of the receiver.
Methods inherited from class java.lang.Object
Methods inherited from interface java.security.cert.CertPathValidatorResult

Details

Public Constructors

public PKIXCertPathValidatorResult(TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)

Public Methods

public Object clone()

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.

Returns

  • Object a shallow copy of this object.

public PolicyNode getPolicyTree()

public PublicKey getPublicKey()

public TrustAnchor getTrustAnchor()

public String toString()

Returns a string containing a concise, human-readable description of the receiver.

Returns

  • String a printable representation for the receiver.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48