public interface IPKIXConstraintValidator
| Modifier and Type | Method and Description |
|---|---|
void |
addExcludedSubtree(IGeneralSubtree subtree)
Calls actual
addExcludedSubtree method for the wrapped PKIXConstraintValidator object. |
void |
checkExcluded(IGeneralName name)
Calls actual
checkExcluded method for the wrapped PKIXConstraintValidator object. |
void |
checkExcludedDN(IASN1Sequence dns)
Calls actual
checkExcludedDN method for the wrapped PKIXConstraintValidator object. |
void |
checkPermitted(IGeneralName name)
Calls actual
checkPermitted method for the wrapped PKIXConstraintValidator object. |
void |
checkPermittedDN(IASN1Sequence dns)
Calls actual
checkPermittedDN method for the wrapped PKIXConstraintValidator object. |
void |
intersectPermittedSubtree(IGeneralSubtree[] permitted)
Calls actual
intersectPermittedSubtree method for the wrapped PKIXConstraintValidator object. |
void checkPermittedDN(IASN1Sequence dns) throws AbstractPKIXNameConstraintValidatorException
checkPermittedDN method for the wrapped PKIXConstraintValidator object.dns - IASN1Sequence direct name sequence wrapper to be checkedAbstractPKIXNameConstraintValidatorException - which wraps PKIXNameConstraintValidatorExceptionvoid checkExcludedDN(IASN1Sequence dns) throws AbstractPKIXNameConstraintValidatorException
checkExcludedDN method for the wrapped PKIXConstraintValidator object.dns - IASN1Sequence direct name sequence wrapper to be checkedAbstractPKIXNameConstraintValidatorException - which wraps PKIXNameConstraintValidatorExceptionvoid checkPermitted(IGeneralName name) throws AbstractPKIXNameConstraintValidatorException
checkPermitted method for the wrapped PKIXConstraintValidator object.name - IGeneralName general name wrapper to be checkedAbstractPKIXNameConstraintValidatorException - which wraps PKIXNameConstraintValidatorExceptionvoid checkExcluded(IGeneralName name) throws AbstractPKIXNameConstraintValidatorException
checkExcluded method for the wrapped PKIXConstraintValidator object.name - IGeneralName general name wrapper to be checkedAbstractPKIXNameConstraintValidatorException - which wraps PKIXNameConstraintValidatorExceptionvoid intersectPermittedSubtree(IGeneralSubtree[] permitted)
intersectPermittedSubtree method for the wrapped PKIXConstraintValidator object.permitted - sequence of GeneralSubtree wrappersvoid addExcludedSubtree(IGeneralSubtree subtree)
addExcludedSubtree method for the wrapped PKIXConstraintValidator object.subtree - IGeneralSubtree wrapperCopyright © 1998–2026 Apryse Group NV. All rights reserved.