ASN1Encodable
, Encodable
public class AttCertValidityPeriod extends ASN1Object
Constructor | Description |
---|---|
AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime,
ASN1GeneralizedTime notAfterTime) |
Modifier and Type | Method | Description |
---|---|---|
static AttCertValidityPeriod |
getInstance(java.lang.Object obj) |
|
ASN1GeneralizedTime |
getNotAfterTime() |
|
ASN1GeneralizedTime |
getNotBeforeTime() |
|
ASN1Primitive |
toASN1Primitive() |
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime, ASN1GeneralizedTime notAfterTime)
notBeforeTime
- notAfterTime
- public static AttCertValidityPeriod getInstance(java.lang.Object obj)
public ASN1GeneralizedTime getNotBeforeTime()
public ASN1GeneralizedTime getNotAfterTime()
public ASN1Primitive toASN1Primitive()
AttCertValidityPeriod ::= SEQUENCE { notBeforeTime GeneralizedTime, notAfterTime GeneralizedTime }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object