Package org.bouncycastle.asn1.x509
Class AttCertValidityPeriod
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.AttCertValidityPeriod
- All Implemented Interfaces:
ASN1Encodable
public class AttCertValidityPeriod extends ASN1Object
-
Constructor Summary
Constructors Constructor Description AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime, ASN1GeneralizedTime notAfterTime) -
Method Summary
Modifier and Type Method Description static AttCertValidityPeriodgetInstance(Object obj)ASN1GeneralizedTimegetNotAfterTime()ASN1GeneralizedTimegetNotBeforeTime()ASN1PrimitivetoASN1Primitive()Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
AttCertValidityPeriod
- Parameters:
notBeforeTime-notAfterTime-
-
-
Method Details
-
getInstance
-
getNotBeforeTime
-
getNotAfterTime
-
toASN1Primitive
Produce an object suitable for an ASN1OutputStream.AttCertValidityPeriod ::= SEQUENCE { notBeforeTime GeneralizedTime, notAfterTime GeneralizedTime }- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-