Uses of Class
org.bouncycastle.asn1.ASN1UTCTime
-
Packages that use ASN1UTCTime Package Description org.bouncycastle.asn1 org.bouncycastle.asn1.esf org.bouncycastle.asn1.x509 -
-
Uses of ASN1UTCTime in org.bouncycastle.asn1
Subclasses of ASN1UTCTime in org.bouncycastle.asn1 Modifier and Type Class Description class
DERUTCTime
DER UTC time object.Methods in org.bouncycastle.asn1 that return ASN1UTCTime Modifier and Type Method Description static ASN1UTCTime
ASN1UTCTime. getInstance(Object obj)
Return an UTC Time from the passed in object.static ASN1UTCTime
ASN1UTCTime. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an UTC Time from a tagged object. -
Uses of ASN1UTCTime in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return ASN1UTCTime Modifier and Type Method Description ASN1UTCTime
CrlIdentifier. getCrlIssuedTime()
Constructors in org.bouncycastle.asn1.esf with parameters of type ASN1UTCTime Constructor Description CrlIdentifier(X500Name crlIssuer, ASN1UTCTime crlIssuedTime)
CrlIdentifier(X500Name crlIssuer, ASN1UTCTime crlIssuedTime, BigInteger crlNumber)
-
Uses of ASN1UTCTime in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1UTCTime Modifier and Type Method Description void
V2TBSCertListGenerator. addCRLEntry(ASN1Integer userCertificate, ASN1UTCTime revocationDate, int reason)
void
V1TBSCertificateGenerator. setEndDate(ASN1UTCTime endDate)
void
V3TBSCertificateGenerator. setEndDate(ASN1UTCTime endDate)
void
V2TBSCertListGenerator. setNextUpdate(ASN1UTCTime nextUpdate)
void
V1TBSCertificateGenerator. setStartDate(ASN1UTCTime startDate)
void
V3TBSCertificateGenerator. setStartDate(ASN1UTCTime startDate)
void
V2TBSCertListGenerator. setThisUpdate(ASN1UTCTime thisUpdate)
-