Uses of Class
org.bouncycastle.jce.provider.PKIXNameConstraintValidatorException
-
Packages that use PKIXNameConstraintValidatorException Package Description org.bouncycastle.jce.provider -
-
Uses of PKIXNameConstraintValidatorException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw PKIXNameConstraintValidatorException Modifier and Type Method Description void
PKIXNameConstraintValidator. checkExcluded(GeneralName name)
Check if the given GeneralName is contained in the excluded set.void
PKIXNameConstraintValidator. checkExcludedDN(ASN1Sequence dns)
void
PKIXNameConstraintValidator. checkPermitted(GeneralName name)
Checks if the given GeneralName is in the permitted set.void
PKIXNameConstraintValidator. checkPermittedDN(ASN1Sequence dns)
-