| Constructor and Description |
|---|
RespIDBC(IX500Name x500Name)
Creates new wrapper instance for
RespID. |
RespIDBC(org.bouncycastle.cert.ocsp.RespID respID)
Creates new wrapper instance for
RespID. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cert.ocsp.RespID |
getRespID()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public RespIDBC(org.bouncycastle.cert.ocsp.RespID respID)
RespID.respID - RespID to be wrappedpublic RespIDBC(IX500Name x500Name)
RespID.x500Name - X500Name wrapper to create RespIDpublic org.bouncycastle.cert.ocsp.RespID getRespID()
RespID.public boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.