public class AttCertValidityPeriod extends ASN1Object
| Constructor and Description |
|---|
AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime,
ASN1GeneralizedTime notAfterTime) |
| Modifier and Type | Method and 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, toASN1Objectpublic 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 ASN1EncodabletoASN1Primitive in class ASN1Object