Package org.bouncycastle.cert.ocsp
Class RespData
java.lang.Object
org.bouncycastle.cert.ocsp.RespData
OCSP RFC 2560, RFC 6960
ResponseData ::= SEQUENCE { version [0] EXPLICIT Version DEFAULT v1, responderID ResponderID, producedAt GeneralizedTime, responses SEQUENCE OF SingleResponse, responseExtensions [1] EXPLICIT Extensions OPTIONAL }
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.Extensions
int
-
Constructor Details
-
RespData
public RespData(org.bouncycastle.asn1.ocsp.ResponseData data)
-
-
Method Details
-
getVersion
public int getVersion() -
getResponderId
-
getProducedAt
-
getResponses
-
getResponseExtensions
public org.bouncycastle.asn1.x509.Extensions getResponseExtensions()
-