Uses of Interface
java.security.cert.PolicyNode

Uses of PolicyNode in java.security.cert
 

Methods in java.security.cert that return PolicyNode
 PolicyNode PKIXCertPathValidatorResult.getPolicyTree()
          Returns the valid policy tree resulting from the PKIX certification path validation algorithm.
 PolicyNode PolicyNode.getParent()
          Returns the parent of this node, or null if this is the root node.
 

Constructors in java.security.cert with parameters of type PolicyNode
PKIXCertPathValidatorResult(Certificate trustedCert, PolicyNode policyTree, PublicKey subjectPublicKey)
          Creates an instance of PKIXCertPathValidatorResult containing the specified parameters.
PKIXCertPathBuilderResult(CertPath certPath, Certificate trustedCert, PolicyNode policyTree, PublicKey subjectPublicKey)
          Creates an instance of PKIXCertPathBuilderResult containing the specified parameters.
 



Submit comments/suggestions about this API.
Copyright 1998-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.