Class DistributionPointNameBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.x509.DistributionPointNameBCFips
- All Implemented Interfaces:
-
IASN1Encodable
,IDistributionPointName
public class DistributionPointNameBCFips extends ASN1EncodableBCFips implements IDistributionPointName
Wrapper class for
DistributionPointName
.
-
Constructor Summary
ConstructorDescriptionDistributionPointNameBCFips
(org.bouncycastle.asn1.x509.DistributionPointName distributionPointName) Creates new wrapper instance forDistributionPointName
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.DistributionPointName
Gets actual org.bouncycastle object being wrapped.int
GetsFULL_NAME
constant for the wrapped DistributionPointName.static DistributionPointNameBCFips
Gets wrapper instance.getName()
Calls actualgetName
method for the wrapped DistributionPointName object.int
getType()
Calls actualgetType
method for the wrapped DistributionPointName object.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
DistributionPointNameBCFips
public DistributionPointNameBCFips(org.bouncycastle.asn1.x509.DistributionPointName distributionPointName) Creates new wrapper instance forDistributionPointName
.- Parameters:
-
distributionPointName
-DistributionPointName
to be wrapped
-
-
Method Details
-
getInstance
Gets wrapper instance.- Returns:
-
DistributionPointNameBCFips
instance.
-
getDistributionPointName
public org.bouncycastle.asn1.x509.DistributionPointName getDistributionPointName()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
DistributionPointName
.
-
getType
public int getType()Calls actualgetType
method for the wrapped DistributionPointName object.- Specified by:
-
getType
in interfaceIDistributionPointName
- Returns:
- type value.
-
getName
Calls actualgetName
method for the wrapped DistributionPointName object.- Specified by:
-
getName
in interfaceIDistributionPointName
- Returns:
-
IASN1Encodable
ASN1Encodable wrapper.
-
getFullName
public int getFullName()GetsFULL_NAME
constant for the wrapped DistributionPointName.- Specified by:
-
getFullName
in interfaceIDistributionPointName
- Returns:
- DistributionPointName.FULL_NAME value.
-