public class RespData extends Object
| Constructor and Description |
|---|
RespData(org.bouncycastle.asn1.ocsp.ResponseData data) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getProducedAt() |
RespID |
getResponderId() |
org.bouncycastle.asn1.x509.X509Extensions |
getResponseExtensions() |
SingleResp[] |
getResponses() |
int |
getVersion() |
public int getVersion()
public RespID getResponderId()
public Date getProducedAt()
public SingleResp[] getResponses()
public org.bouncycastle.asn1.x509.X509Extensions getResponseExtensions()
Copyright © 2014. All rights reserved.