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