Uses of Class
org.bouncycastle.asn1.DERGraphicString
-
Packages that use DERGraphicString Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects. -
-
Uses of DERGraphicString in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return DERGraphicString Modifier and Type Method Description static DERGraphicString
DERGraphicString. getInstance(java.lang.Object obj)
return a Graphic String from the passed in objectstatic DERGraphicString
DERGraphicString. getInstance(ASN1TaggedObject obj, boolean explicit)
return a Graphic String from a tagged object.
-