Interface IDistributionPointName
-
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
DistributionPointNameBC
public interface IDistributionPointName extends IASN1Encodable
This interface represents the wrapper for DistributionPointName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFullName()
GetsFULL_NAME
constant for the wrapped DistributionPointName.IASN1Encodable
getName()
Calls actualgetName
method for the wrapped DistributionPointName object.int
getType()
Calls actualgetType
method for the wrapped DistributionPointName object.-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Method Detail
-
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.
-
-