org.bouncycastle.asn1.ocsp
Class OCSPResponse
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Object
|
+--org.bouncycastle.asn1.ocsp.OCSPResponse
- All Implemented Interfaces:
- ASN1Encodable, Encodable
- public class OCSPResponse
- extends ASN1Object
OCSP RFC 2560, RFC 6960
OCSPResponse ::= SEQUENCE {
responseStatus OCSPResponseStatus,
responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
- See Also:
OCSPResponseStatus
,
ResponseBytes
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
OCSPResponse
public OCSPResponse(OCSPResponseStatus responseStatus,
ResponseBytes responseBytes)
getInstance
public static OCSPResponse getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static OCSPResponse getInstance(java.lang.Object obj)
getResponseStatus
public OCSPResponseStatus getResponseStatus()
getResponseBytes
public ResponseBytes getResponseBytes()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- Produce an object suitable for an ASN1OutputStream.
OCSPResponse ::= SEQUENCE {
responseStatus OCSPResponseStatus,
responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
- Overrides:
toASN1Primitive
in class ASN1Object
- Following copied from class:
org.bouncycastle.asn1.ASN1Object
- Returns:
- a primitive representation of this object.