Package org.bouncycastle.asn1.x509
Interface NameConstraintValidator
- All Known Implementing Classes:
PKIXNameConstraintValidator
public interface NameConstraintValidator
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddExcludedSubtree(GeneralSubtree subtree) voidcheckExcluded(GeneralName name) voidcheckPermitted(GeneralName name) voidintersectEmptyPermittedSubtree(int nameType) voidintersectPermittedSubtree(GeneralSubtree permitted) voidintersectPermittedSubtree(GeneralSubtree[] permitted)
-
Method Details
-
checkPermitted
- Throws:
NameConstraintValidatorException
-
checkExcluded
- Throws:
NameConstraintValidatorException
-
intersectPermittedSubtree
-
intersectPermittedSubtree
-
intersectEmptyPermittedSubtree
void intersectEmptyPermittedSubtree(int nameType) -
addExcludedSubtree
-