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 void
NameConstraintValidator. checkExcluded(GeneralName name)
void
PKIXNameConstraintValidator. checkExcluded(GeneralName name)
Check if the given GeneralName is contained in the excluded set.void
NameConstraintValidator. checkPermitted(GeneralName name)
void
PKIXNameConstraintValidator. checkPermitted(GeneralName name)
Checks if the given GeneralName is in the permitted set.
-