public class PrivateKeyUsagePeriod extends ASN1Encodable
PrivateKeyUsagePeriod ::= SEQUENCE { notBefore [0] GeneralizedTime OPTIONAL, notAfter [1] GeneralizedTime OPTIONAL }
Modifier and Type | Field and Description |
---|---|
private DERGeneralizedTime |
_notAfter |
private DERGeneralizedTime |
_notBefore |
BER, DER
Modifier | Constructor and Description |
---|---|
private |
PrivateKeyUsagePeriod(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyUsagePeriod |
getInstance(java.lang.Object obj) |
DERGeneralizedTime |
getNotAfter() |
DERGeneralizedTime |
getNotBefore() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
private DERGeneralizedTime _notBefore
private DERGeneralizedTime _notAfter
private PrivateKeyUsagePeriod(ASN1Sequence seq)
public static PrivateKeyUsagePeriod getInstance(java.lang.Object obj)
public DERGeneralizedTime getNotBefore()
public DERGeneralizedTime getNotAfter()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.