Uses of Class
org.bouncycastle.asn1.x509.NameConstraintValidatorException
-
Packages that use NameConstraintValidatorException Package Description org.bouncycastle.asn1.x509 -
-
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
PKIXNameConstraintValidator. checkExcludedDN(X500Name dns)
void
NameConstraintValidator. checkPermitted(GeneralName name)
void
PKIXNameConstraintValidator. checkPermitted(GeneralName name)
Checks if the given GeneralName is in the permitted set.void
PKIXNameConstraintValidator. checkPermittedDN(X500Name dns)
-