public class

SingleResp

extends Object
java.lang.Object
   ↳ org.bouncycastle.cert.ocsp.SingleResp

Summary

Public Constructors
SingleResp(SingleResponse resp)
Public Methods
CertificateID getCertID()
CertificateStatus getCertStatus()
Return the status object for the response - null indicates good.
Set getCriticalExtensionOIDs()
X509Extension getExtension(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()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SingleResp (SingleResponse resp)

Public Methods

public CertificateID getCertID ()

public CertificateStatus getCertStatus ()

Return the status object for the response - null indicates good.

Returns
  • the status object for the response, null if it is good.

public Set getCriticalExtensionOIDs ()

public X509Extension getExtension (ASN1ObjectIdentifier oid)

public List getExtensionOIDs ()

public Date getNextUpdate ()

return the NextUpdate value - note: this is an optional field so may be returned as null.

Returns
  • nextUpdate, or null if not present.

public Set getNonCriticalExtensionOIDs ()

public Date getThisUpdate ()

public boolean hasExtensions ()