Uses of Class
org.gudy.bouncycastle.asn1.DERUTCTime
-
Packages that use DERUTCTime Package Description org.gudy.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of DERUTCTime in org.gudy.bouncycastle.asn1
Methods in org.gudy.bouncycastle.asn1 that return DERUTCTime Modifier and Type Method Description static DERUTCTime
DERUTCTime. getInstance(java.lang.Object obj)
return an UTC Time from the passed in object.static DERUTCTime
DERUTCTime. getInstance(ASN1TaggedObject obj, boolean explicit)
return an UTC Time from a tagged object. -
Uses of DERUTCTime in org.gudy.bouncycastle.asn1.x509
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type DERUTCTime Modifier and Type Method Description void
V2TBSCertListGenerator. addCRLEntry(DERInteger userCertificate, DERUTCTime revocationDate, int reason)
void
V1TBSCertificateGenerator. setEndDate(DERUTCTime endDate)
void
V3TBSCertificateGenerator. setEndDate(DERUTCTime endDate)
void
V2TBSCertListGenerator. setNextUpdate(DERUTCTime nextUpdate)
void
V1TBSCertificateGenerator. setStartDate(DERUTCTime startDate)
void
V3TBSCertificateGenerator. setStartDate(DERUTCTime startDate)
void
V2TBSCertListGenerator. setThisUpdate(DERUTCTime thisUpdate)
-