Interface INameConstraints
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
NameConstraintsBC,NameConstraintsBCFips
This interface represents the wrapper for NameConstraints that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetExcludedSubtreesmethod for the wrapped NameConstraints object.Calls actualgetPermittedSubtreesmethod for the wrapped NameConstraints object.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getPermittedSubtrees
IGeneralSubtree[] getPermittedSubtrees()Calls actualgetPermittedSubtreesmethod for the wrapped NameConstraints object.- Returns:
-
IGeneralSubtreearray of wrapped GeneralSubtree objects.
-
getExcludedSubtrees
IGeneralSubtree[] getExcludedSubtrees()Calls actualgetExcludedSubtreesmethod for the wrapped NameConstraints object.- Returns:
-
IGeneralSubtreearray of wrapped GeneralSubtree objects.
-