public class SingleResp extends Object
Constructor and Description |
---|
SingleResp(org.bouncycastle.asn1.ocsp.SingleResponse resp) |
Modifier and Type | Method and Description |
---|---|
CertificateID |
getCertID() |
CertificateStatus |
getCertStatus()
Return the status object for the response - null indicates good.
|
Set |
getCriticalExtensionOIDs() |
org.bouncycastle.asn1.x509.Extension |
getExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) |
List |
getExtensionOIDs() |
Date |
getNextUpdate()
return the NextUpdate value - note: this is an optional field so may
be returned as null.
|
Set |
getNonCriticalExtensionOIDs() |
Date |
getThisUpdate() |
boolean |
hasExtensions() |
public CertificateID getCertID()
public CertificateStatus getCertStatus()
public Date getThisUpdate()
public Date getNextUpdate()
public boolean hasExtensions()
public org.bouncycastle.asn1.x509.Extension getExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
public List getExtensionOIDs()
public Set getCriticalExtensionOIDs()
public Set getNonCriticalExtensionOIDs()
Copyright © 2017 BouncyCastle.org. All rights reserved.