Uses of Class
org.bouncycastle.asn1.x509.NameConstraintValidatorException
Packages that use NameConstraintValidatorException
Package
Description
Support classes useful for encoding and processing X.509 certificates.
-
Uses of NameConstraintValidatorException in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that throw NameConstraintValidatorExceptionModifier and TypeMethodDescriptionvoidNameConstraintValidator.checkExcluded(GeneralName name) voidPKIXNameConstraintValidator.checkExcluded(GeneralName name) Check if the given GeneralName is contained in the excluded set.voidPKIXNameConstraintValidator.checkExcludedDN(X500Name dns) voidNameConstraintValidator.checkPermitted(GeneralName name) voidPKIXNameConstraintValidator.checkPermitted(GeneralName name) Checks if the given GeneralName is in the permitted set.voidPKIXNameConstraintValidator.checkPermittedDN(X500Name dns)