Package | Description |
---|---|
org.spongycastle.asn1 |
A library for parsing and writing ASN.1 objects.
|
Modifier and Type | Method and Description |
---|---|
static DERIA5String |
DERIA5String.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an IA5 String from a tagged object.
|
static DERIA5String |
DERIA5String.getInstance(java.lang.Object obj)
return a IA5 string from the passed in object
|