Bouncy Castle Cryptography Library 1.36

org.bouncycastle.jce.provider
Class PKIXNameConstraints

java.lang.Object
  extended byorg.bouncycastle.jce.provider.PKIXNameConstraints

public class PKIXNameConstraints
extends java.lang.Object


Constructor Summary
PKIXNameConstraints()
           
 
Method Summary
 void addExcludedSubtree(GeneralSubtree subtree)
           
 void checkExcluded(GeneralName name)
           
 void checkExcludedDN(ASN1Sequence dns)
           
 void checkPermitted(GeneralName name)
           
 void checkPermittedDN(ASN1Sequence dns)
           
 void intersectPermittedSubtree(GeneralSubtree subtree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKIXNameConstraints

public PKIXNameConstraints()
Method Detail

checkPermittedDN

public void checkPermittedDN(ASN1Sequence dns)
                      throws java.security.cert.CertPathValidatorException
Throws:
java.security.cert.CertPathValidatorException

checkExcludedDN

public void checkExcludedDN(ASN1Sequence dns)
                     throws java.security.cert.CertPathValidatorException
Throws:
java.security.cert.CertPathValidatorException

checkPermitted

public void checkPermitted(GeneralName name)
                    throws java.security.cert.CertPathValidatorException
Throws:
java.security.cert.CertPathValidatorException

checkExcluded

public void checkExcluded(GeneralName name)
                   throws java.security.cert.CertPathValidatorException
Throws:
java.security.cert.CertPathValidatorException

intersectPermittedSubtree

public void intersectPermittedSubtree(GeneralSubtree subtree)

addExcludedSubtree

public void addExcludedSubtree(GeneralSubtree subtree)

Bouncy Castle Cryptography Library 1.36