public class SingleResponse extends ASN1Encodable
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(Object obj) |
DERGeneralizedTime |
getNextUpdate() |
X509Extensions |
getSingleExtensions() |
DERGeneralizedTime |
getThisUpdate() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic 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(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 © 2015. All rights reserved.