public class SingleResponse extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private CertID |
certID |
private CertStatus |
certStatus |
private DERGeneralizedTime |
nextUpdate |
private X509Extensions |
singleExtensions |
private DERGeneralizedTime |
thisUpdate |
BER, DER| Constructor and Description |
|---|
SingleResponse(ASN1Sequence seq) |
SingleResponse(CertID certID,
CertStatus certStatus,
DERGeneralizedTime thisUpdate,
DERGeneralizedTime nextUpdate,
X509Extensions singleExtensions) |
| Modifier and Type | Method and Description |
|---|---|
CertID |
getCertID() |
CertStatus |
getCertStatus() |
static SingleResponse |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static SingleResponse |
getInstance(java.lang.Object obj) |
DERGeneralizedTime |
getNextUpdate() |
X509Extensions |
getSingleExtensions() |
DERGeneralizedTime |
getThisUpdate() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeprivate CertID certID
private CertStatus certStatus
private DERGeneralizedTime thisUpdate
private DERGeneralizedTime nextUpdate
private X509Extensions singleExtensions
public SingleResponse(CertID certID, CertStatus certStatus, DERGeneralizedTime thisUpdate, DERGeneralizedTime nextUpdate, X509Extensions singleExtensions)
public SingleResponse(ASN1Sequence seq)
public static SingleResponse getInstance(ASN1TaggedObject obj, boolean explicit)
public static SingleResponse getInstance(java.lang.Object obj)
public CertID getCertID()
public CertStatus getCertStatus()
public DERGeneralizedTime getThisUpdate()
public DERGeneralizedTime getNextUpdate()
public X509Extensions getSingleExtensions()
public DERObject toASN1Object()
SingleResponse ::= SEQUENCE {
certID CertID,
certStatus CertStatus,
thisUpdate GeneralizedTime,
nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
singleExtensions [1] EXPLICIT Extensions OPTIONAL }
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.