Package org.bouncycastle.asn1.ocsp
Class ResponseBytes
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ocsp.ResponseBytes
- All Implemented Interfaces:
ASN1Encodable,Encodable
OCSP RFC 2560, RFC 6960
ResponseBytes ::= SEQUENCE {
responseType OBJECT IDENTIFIER,
response OCTET STRING }
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseBytesgetInstance(Object obj) static ResponseBytesgetInstance(ASN1TaggedObject obj, boolean explicit) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
ResponseBytes
-
-
Method Details
-
getInstance
-
getInstance
-
getResponseType
-
getResponse
-
toASN1Primitive
Produce an object suitable for an ASN1OutputStream.ResponseBytes ::= SEQUENCE { responseType OBJECT IDENTIFIER, response OCTET STRING }- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-