Interface IDistributionPointName
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
DistributionPointNameBC
,DistributionPointNameBCFips
This interface represents the wrapper for DistributionPointName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getType
int getType()Calls actualgetType
method for the wrapped DistributionPointName object.- Returns:
- type value.
-
getName
IASN1Encodable getName()Calls actualgetName
method for the wrapped DistributionPointName object.- Returns:
-
IASN1Encodable
ASN1Encodable wrapper.
-
getFullName
int getFullName()GetsFULL_NAME
constant for the wrapped DistributionPointName.- Returns:
- DistributionPointName.FULL_NAME value.
-