|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.cert.ocsp.RespData
public class RespData
Constructor Summary | |
---|---|
RespData(org.bouncycastle.asn1.ocsp.ResponseData data)
|
Method Summary | |
---|---|
java.util.Date |
getProducedAt()
|
RespID |
getResponderId()
|
org.bouncycastle.asn1.x509.X509Extensions |
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 |
---|
public RespData(org.bouncycastle.asn1.ocsp.ResponseData data)
Method Detail |
---|
public int getVersion()
public RespID getResponderId()
public java.util.Date getProducedAt()
public SingleResp[] getResponses()
public org.bouncycastle.asn1.x509.X509Extensions getResponseExtensions()
|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |