Uses of Class
org.bouncycastle.asn1.ASN1GeneralizedTime
| Package | Description |
|---|---|
| org.bouncycastle.asn1 | |
| org.bouncycastle.asn1.x509 |
-
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return ASN1GeneralizedTime Modifier and Type Method Description static ASN1GeneralizedTimeDERGeneralizedTime. getInstance(Object obj)return a generalized time from the passed in objectstatic ASN1GeneralizedTimeDERGeneralizedTime. getInstance(ASN1TaggedObject obj, boolean explicit)return a Generalized Time object from a tagged object. -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimeAttCertValidityPeriod. getNotAfterTime()ASN1GeneralizedTimeAttCertValidityPeriod. getNotBeforeTime()Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1GeneralizedTime Constructor Description AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime, ASN1GeneralizedTime notAfterTime)