Package com.itextpdf.bouncycastle.asn1
Class DERIA5StringBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
com.itextpdf.bouncycastle.asn1.DERIA5StringBC
- All Implemented Interfaces:
-
IASN1Encodable
,IASN1Primitive
,IASN1String
,IDERIA5String
Wrapper class for
DERIA5String
.
-
Constructor Summary
ConstructorDescriptionDERIA5StringBC
(String str) Creates new wrapper instance forDERIA5String
.DERIA5StringBC
(org.bouncycastle.asn1.DERIA5String deria5String) Creates new wrapper instance forDERIA5String
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.DERIA5String
Gets actual org.bouncycastle object being wrapped.Calls actualgetString
method for the wrapped ASN1String object.Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
getEncoded, getEncoded, getPrimitive
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
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded
-
Constructor Details
-
DERIA5StringBC
public DERIA5StringBC(org.bouncycastle.asn1.DERIA5String deria5String) Creates new wrapper instance forDERIA5String
.- Parameters:
-
deria5String
-DERIA5String
to be wrapped
-
DERIA5StringBC
Creates new wrapper instance forDERIA5String
.- Parameters:
-
str
- string to createDERIA5String
to be wrapped
-
-
Method Details
-
getDerIA5String
public org.bouncycastle.asn1.DERIA5String getDerIA5String()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
DERIA5String
.
-
getString
Calls actualgetString
method for the wrapped ASN1String object.- Specified by:
-
getString
in interfaceIASN1String
- Returns:
- the resulting string.
-