PolicyNode


PolicyNode java.security.cert

Java 1.4

This class represents a node in the policy tree created by the PKIX certification path validation algorithm. A discussion of X.509 policy extensions and their use in the PKIX certification path algorithms is beyond the scope of this reference.

 public interface  PolicyNode  {  // Public Instance Methods  java.util.Iterator<? extends PolicyNode>  getChildren  ( );        int  getDepth  ( );        java.util.Set<String>  getExpectedPolicies  ( );        PolicyNode  getParent  ( );        java.util.Set<? extends PolicyQualifierInfo>  getPolicyQualifiers  ( );        String  getValidPolicy  ( );        boolean  isCritical  ( );   } 

Passed To

PKIXCertPathBuilderResult.PKIXCertPathBuilderResult( ) , PKIXCertPathValidatorResult.PKIXCertPathValidatorResult( )

Returned By

PKIXCertPathValidatorResult.getPolicyTree( )



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