public class AttCertValidityPeriod extends ASN1Encodable
BER, DER
Constructor and Description |
---|
AttCertValidityPeriod(ASN1Sequence seq) |
AttCertValidityPeriod(DERGeneralizedTime notBeforeTime,
DERGeneralizedTime notAfterTime) |
Modifier and Type | Method and Description |
---|---|
static AttCertValidityPeriod |
getInstance(Object obj) |
DERGeneralizedTime |
getNotAfterTime() |
DERGeneralizedTime |
getNotBeforeTime() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public AttCertValidityPeriod(ASN1Sequence seq)
public AttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)
notBeforeTime
- notAfterTime
- public static AttCertValidityPeriod getInstance(Object obj)
public DERGeneralizedTime getNotBeforeTime()
public DERGeneralizedTime getNotAfterTime()
public DERObject toASN1Object()
AttCertValidityPeriod ::= SEQUENCE { notBeforeTime GeneralizedTime, notAfterTime GeneralizedTime }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.