Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.security.cert.PolicyNode

Uses of PolicyNode in java.security.cert
 

Fields in java.security.cert declared as PolicyNode
private  PolicyNode PKIXCertPathValidatorResult.policyTree
          The root node of the policy tree.
 

Methods in java.security.cert that return PolicyNode
 PolicyNode PolicyNode.getParent()
          Returns the parent node of this node, or null if this is the root node.
 PolicyNode PKIXCertPathValidatorResult.getPolicyTree()
          Returns the root node of the policy tree.
 

Constructors in java.security.cert with parameters of type PolicyNode
PKIXCertPathValidatorResult(TrustAnchor trustAnchor, PolicyNode policyTree, java.security.PublicKey subjectPublicKey)
          Creates a new PKIXCertPathValidatorResult.
PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, java.security.PublicKey subjectPublicKey)
          Creates a new PKIXCertPathBuilderResult.