Uses of Class
org.bouncycastle.asn1.cms.Time
-
Packages that use Time Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630). -
-
Uses of Time in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return Time Modifier and Type Method Description static Time
Time. getInstance(java.lang.Object obj)
Return a Time object from the given object.static Time
Time. getInstance(ASN1TaggedObject obj, boolean explicit)
-