Uses of Class
org.bouncycastle.asn1.x509.NameConstraintValidatorException
-
Packages that use NameConstraintValidatorException Package Description org.bouncycastle.asn1.x509 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 NameConstraintValidatorException Modifier and Type Method Description voidNameConstraintValidator. checkExcluded(GeneralName name)voidPKIXNameConstraintValidator. checkExcluded(GeneralName name)Check if the given GeneralName is contained in the excluded set.voidNameConstraintValidator. checkPermitted(GeneralName name)voidPKIXNameConstraintValidator. checkPermitted(GeneralName name)Checks if the given GeneralName is in the permitted set.
-