Uses of Class
com.itextpdf.commons.bouncycastle.asn1.pkix.AbstractPKIXNameConstraintValidatorException
Packages that use AbstractPKIXNameConstraintValidatorException
Package
Description
-
Uses of AbstractPKIXNameConstraintValidatorException in com.itextpdf.bouncycastle.pkix
Modifier and TypeClassDescriptionclassWrapper class forPKIXNameConstraintValidatorException.Methods in com.itextpdf.bouncycastle.pkix that throw AbstractPKIXNameConstraintValidatorExceptionModifier and TypeMethodDescriptionvoidPKIXNameConstraintValidatorBC.checkExcluded(IGeneralName name) Calls actualcheckExcludedmethod for the wrapped PKIXConstraintValidator object.voidPKIXNameConstraintValidatorBC.checkExcludedDN(IASN1Sequence dns) Calls actualcheckExcludedDNmethod for the wrapped PKIXConstraintValidator object.voidPKIXNameConstraintValidatorBC.checkPermitted(IGeneralName name) Calls actualcheckPermittedmethod for the wrapped PKIXConstraintValidator object.voidPKIXNameConstraintValidatorBC.checkPermittedDN(IASN1Sequence dns) Calls actualcheckPermittedDNmethod for the wrapped PKIXConstraintValidator object. -
Uses of AbstractPKIXNameConstraintValidatorException in com.itextpdf.bouncycastlefips.pkix
Modifier and TypeClassDescriptionclassWrapper class forPKIXNameConstraintValidatorException.Methods in com.itextpdf.bouncycastlefips.pkix that throw AbstractPKIXNameConstraintValidatorExceptionModifier and TypeMethodDescriptionvoidPKIXNameConstraintValidatorBCFips.checkExcluded(IGeneralName name) Calls actualcheckExcludedmethod for the wrapped PKIXConstraintValidator object.voidPKIXNameConstraintValidatorBCFips.checkExcludedDN(IASN1Sequence dns) Calls actualcheckExcludedDNmethod for the wrapped PKIXConstraintValidator object.voidPKIXNameConstraintValidatorBCFips.checkPermitted(IGeneralName name) Calls actualcheckPermittedmethod for the wrapped PKIXConstraintValidator object.voidPKIXNameConstraintValidatorBCFips.checkPermittedDN(IASN1Sequence dns) Calls actualcheckPermittedDNmethod for the wrapped PKIXConstraintValidator object. -
Uses of AbstractPKIXNameConstraintValidatorException in com.itextpdf.commons.bouncycastle.asn1.pkix
Methods in com.itextpdf.commons.bouncycastle.asn1.pkix that throw AbstractPKIXNameConstraintValidatorExceptionModifier and TypeMethodDescriptionvoidIPKIXConstraintValidator.checkExcluded(IGeneralName name) Calls actualcheckExcludedmethod for the wrapped PKIXConstraintValidator object.voidIPKIXConstraintValidator.checkExcludedDN(IASN1Sequence dns) Calls actualcheckExcludedDNmethod for the wrapped PKIXConstraintValidator object.voidIPKIXConstraintValidator.checkPermitted(IGeneralName name) Calls actualcheckPermittedmethod for the wrapped PKIXConstraintValidator object.voidIPKIXConstraintValidator.checkPermittedDN(IASN1Sequence dns) Calls actualcheckPermittedDNmethod for the wrapped PKIXConstraintValidator object.