org.bouncycastle.jce.provider
Class PKIXNameConstraints
java.lang.Object
org.bouncycastle.jce.provider.PKIXNameConstraints
- public class PKIXNameConstraints
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PKIXNameConstraints
public PKIXNameConstraints()
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)