Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.ocsp
Class RespData

java.lang.Object
  |
  +--org.bouncycastle.cert.ocsp.RespData

public class RespData
extends java.lang.Object

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
RespData(org.bouncycastle.asn1.ocsp.ResponseData data)
           
 
Method Summary
 java.util.Date getProducedAt()
           
 RespID getResponderId()
           
 org.bouncycastle.asn1.x509.Extensions getResponseExtensions()
           
 SingleResp[] getResponses()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RespData

public RespData(org.bouncycastle.asn1.ocsp.ResponseData data)
Method Detail

getVersion

public int getVersion()

getResponderId

public RespID getResponderId()

getProducedAt

public java.util.Date getProducedAt()

getResponses

public SingleResp[] getResponses()

getResponseExtensions

public org.bouncycastle.asn1.x509.Extensions getResponseExtensions()

Bouncy Castle Cryptography Library 1.79