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, hashCodepublic 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 ASN1EncodableCopyright © 2015. All rights reserved.