Uses of Class
org.bouncycastle.asn1.ASN1UTCTime
Packages that use ASN1UTCTime
Package
Description
A library for parsing and writing ASN.1 objects.
Support classes useful for encoding and processing X.509 certificates.
-
Uses of ASN1UTCTime in org.bouncycastle.asn1
Subclasses of ASN1UTCTime in org.bouncycastle.asn1Methods in org.bouncycastle.asn1 that return ASN1UTCTimeModifier and TypeMethodDescriptionstatic ASN1UTCTimeASN1UTCTime.getInstance(Object obj) Return an UTC Time from the passed in object.static ASN1UTCTimeASN1UTCTime.getInstance(ASN1TaggedObject obj, boolean explicit) Return an UTC Time from a tagged object. -
Uses of ASN1UTCTime in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1UTCTimeModifier and TypeMethodDescriptionvoidV2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate, ASN1UTCTime revocationDate, int reason) voidV1TBSCertificateGenerator.setEndDate(ASN1UTCTime endDate) voidV3TBSCertificateGenerator.setEndDate(ASN1UTCTime endDate) voidV2TBSCertListGenerator.setNextUpdate(ASN1UTCTime nextUpdate) voidV1TBSCertificateGenerator.setStartDate(ASN1UTCTime startDate) voidV3TBSCertificateGenerator.setStartDate(ASN1UTCTime startDate) voidV2TBSCertListGenerator.setThisUpdate(ASN1UTCTime thisUpdate)