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 intgetFullName()GetsFULL_NAMEconstant for the wrapped DistributionPointName.IASN1EncodablegetName()Calls actualgetNamemethod for the wrapped DistributionPointName object.intgetType()Calls actualgetTypemethod for the wrapped DistributionPointName object.-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Method Detail
-
getType
int getType()
Calls actualgetTypemethod for the wrapped DistributionPointName object.- Returns:
- type value.
-
getName
IASN1Encodable getName()
Calls actualgetNamemethod for the wrapped DistributionPointName object.- Returns:
IASN1EncodableASN1Encodable wrapper.
-
getFullName
int getFullName()
GetsFULL_NAMEconstant for the wrapped DistributionPointName.- Returns:
- DistributionPointName.FULL_NAME value.
-
-