public class SingleRespBC extends Object implements ISingleResp
SingleResp.| Constructor and Description |
|---|
SingleRespBC(IBasicOCSPResponse basicResp)
Creates new wrapper instance for
SingleResp. |
SingleRespBC(org.bouncycastle.cert.ocsp.SingleResp singleResp)
Creates new wrapper instance for
SingleResp. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
ICertificateID |
getCertID() |
ICertificateStatus |
getCertStatus() |
Date |
getNextUpdate() |
org.bouncycastle.cert.ocsp.SingleResp |
getSingleResp()
Gets actual org.bouncycastle object being wrapped.
|
Date |
getThisUpdate() |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public SingleRespBC(org.bouncycastle.cert.ocsp.SingleResp singleResp)
SingleResp.singleResp - SingleResp to be wrappedpublic SingleRespBC(IBasicOCSPResponse basicResp)
SingleResp.basicResp - IBasicOCSPResponse wrapper to get SingleResppublic org.bouncycastle.cert.ocsp.SingleResp getSingleResp()
SingleResp.public ICertificateID getCertID()
getCertID in interface ISingleResppublic ICertificateStatus getCertStatus()
getCertStatus in interface ISingleResppublic Date getNextUpdate()
getNextUpdate in interface ISingleResppublic Date getThisUpdate()
getThisUpdate in interface ISingleResppublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.