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