public class DERGraphicString extends ASN1GraphicString
| Constructor and Description |
|---|
DERGraphicString(byte[] octets) |
| Modifier and Type | Method and Description |
|---|---|
static DERGraphicString |
getInstance(ASN1TaggedObject obj,
boolean explicit)
Deprecated.
|
static DERGraphicString |
getInstance(java.lang.Object obj)
Deprecated.
Use
ASN1GraphicString.getInstance(Object) instead. |
getOctets, getString, hashCodeencodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValuepublic static DERGraphicString getInstance(java.lang.Object obj)
ASN1GraphicString.getInstance(Object) instead.obj - a DERGraphicString or an object that can be converted into one.java.lang.IllegalArgumentException - if the object cannot be converted.public static DERGraphicString getInstance(ASN1TaggedObject obj, boolean explicit)
ASN1GraphicString.getInstance(ASN1TaggedObject, boolean)
instead.obj - the tagged object holding the object we wantexplicit - true if the object is meant to be explicitly tagged false
otherwise.java.lang.IllegalArgumentException - if the tagged object cannot be converted.