Uses of Class
org.bouncycastle.asn1.ASN1UTCTime
| Package | Description |
|---|---|
| org.bouncycastle.asn1 | |
| org.bouncycastle.asn1.x509 |
-
Uses of ASN1UTCTime in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return ASN1UTCTime Modifier and Type Method Description static ASN1UTCTimeDERUTCTime. getInstance(Object obj)return an UTC Time from the passed in object.static ASN1UTCTimeDERUTCTime. 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 ASN1UTCTime Modifier and Type Method Description voidV1TBSCertificateGenerator. setEndDate(ASN1UTCTime endDate)voidV1TBSCertificateGenerator. setStartDate(ASN1UTCTime startDate)