public class AttCertValidityPeriod extends ASN1Object
Constructor and Description |
---|
AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime,
ASN1GeneralizedTime notAfterTime) |
Modifier and Type | Method and Description |
---|---|
static AttCertValidityPeriod |
getInstance(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(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
Copyright © 2016 BouncyCastle.org. All rights reserved.