Class ASN1ObjectIdentifierBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1ObjectIdentifierBCFips
- All Implemented Interfaces:
-
IASN1Encodable
,IASN1ObjectIdentifier
,IASN1Primitive
public class ASN1ObjectIdentifierBCFips extends ASN1PrimitiveBCFips implements IASN1ObjectIdentifier
Wrapper class for
ASN1ObjectIdentifier
.
-
Constructor Summary
ConstructorDescriptionASN1ObjectIdentifierBCFips
(String identifier) Creates new wrapper instance forASN1ObjectIdentifier
.ASN1ObjectIdentifierBCFips
(org.bouncycastle.asn1.ASN1ObjectIdentifier identifier) Creates new wrapper instance forASN1ObjectIdentifier
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1ObjectIdentifier
Gets actual org.bouncycastle object being wrapped.getId()
Calls actualgetId
method for the wrapped ASN1ObjectIdentifier object.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
getEncoded, getEncoded, getPrimitive
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
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded
-
Constructor Details
-
ASN1ObjectIdentifierBCFips
Creates new wrapper instance forASN1ObjectIdentifier
.- Parameters:
-
identifier
- string to createASN1ObjectIdentifier
-
ASN1ObjectIdentifierBCFips
public ASN1ObjectIdentifierBCFips(org.bouncycastle.asn1.ASN1ObjectIdentifier identifier) Creates new wrapper instance forASN1ObjectIdentifier
.- Parameters:
-
identifier
-ASN1ObjectIdentifier
to be wrapped
-
-
Method Details
-
getASN1ObjectIdentifier
public org.bouncycastle.asn1.ASN1ObjectIdentifier getASN1ObjectIdentifier()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
ASN1ObjectIdentifier
.
-
getId
Calls actualgetId
method for the wrapped ASN1ObjectIdentifier object.- Specified by:
-
getId
in interfaceIASN1ObjectIdentifier
- Returns:
- string ID.
-