Class DistributionPointNameBC
- java.lang.Object
-
- com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
-
- com.itextpdf.bouncycastle.asn1.x509.DistributionPointNameBC
-
- All Implemented Interfaces:
IASN1Encodable,IDistributionPointName
public class DistributionPointNameBC extends ASN1EncodableBC implements IDistributionPointName
Wrapper class forDistributionPointName.
-
-
Field Summary
Fields Modifier and Type Field Description private static intFULL_NAMEprivate static DistributionPointNameBCINSTANCE
-
Constructor Summary
Constructors Constructor Description DistributionPointNameBC(org.bouncycastle.asn1.x509.DistributionPointName distributionPointName)Creates new wrapper instance forDistributionPointName.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.x509.DistributionPointNamegetDistributionPointName()Gets actual org.bouncycastle object being wrapped.intgetFullName()GetsFULL_NAMEconstant for the wrapped DistributionPointName.static DistributionPointNameBCgetInstance()Gets wrapper instance.IASN1EncodablegetName()Calls actualgetNamemethod for the wrapped DistributionPointName object.intgetType()Calls actualgetTypemethod for the wrapped DistributionPointName object.-
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
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
-
-
-
-
Field Detail
-
INSTANCE
private static final DistributionPointNameBC INSTANCE
-
FULL_NAME
private static final int FULL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static DistributionPointNameBC getInstance()
Gets wrapper instance.- Returns:
DistributionPointNameBCinstance.
-
getDistributionPointName
public org.bouncycastle.asn1.x509.DistributionPointName getDistributionPointName()
Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
DistributionPointName.
-
getType
public int getType()
Calls actualgetTypemethod for the wrapped DistributionPointName object.- Specified by:
getTypein interfaceIDistributionPointName- Returns:
- type value.
-
getName
public IASN1Encodable getName()
Calls actualgetNamemethod for the wrapped DistributionPointName object.- Specified by:
getNamein interfaceIDistributionPointName- Returns:
IASN1EncodableASN1Encodable wrapper.
-
getFullName
public int getFullName()
GetsFULL_NAMEconstant for the wrapped DistributionPointName.- Specified by:
getFullNamein interfaceIDistributionPointName- Returns:
- DistributionPointName.FULL_NAME value.
-
-