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