Class AttCertValidityPeriod
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1Encodable,io.anyline.nfc.bouncycastle.util.Encodable
public class AttCertValidityPeriod extends ASN1Object
-
-
Field Summary
Fields Modifier and Type Field Description public ASN1GeneralizedTimenotBeforeTimepublic ASN1GeneralizedTimenotAfterTime
-
Constructor Summary
Constructors Constructor Description AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime, ASN1GeneralizedTime notAfterTime)
-
Method Summary
Modifier and Type Method Description ASN1GeneralizedTimegetNotBeforeTime()ASN1GeneralizedTimegetNotAfterTime()static AttCertValidityPeriodgetInstance(Object obj)ASN1PrimitivetoASN1Primitive()Produce an object suitable for an ASN1OutputStream. -
-
Constructor Detail
-
AttCertValidityPeriod
AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime, ASN1GeneralizedTime notAfterTime)
-
-
Method Detail
-
getNotBeforeTime
ASN1GeneralizedTime getNotBeforeTime()
-
getNotAfterTime
ASN1GeneralizedTime getNotAfterTime()
-
getInstance
static AttCertValidityPeriod getInstance(Object obj)
-
toASN1Primitive
ASN1Primitive toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
AttCertValidityPeriod ::= SEQUENCE { notBeforeTime GeneralizedTime, notAfterTime GeneralizedTime }
-
-
-
-