public class OCSPExceptionBC extends AbstractOCSPException
OCSPException.| Constructor and Description |
|---|
OCSPExceptionBC(org.bouncycastle.cert.ocsp.OCSPException exception)
Creates new wrapper instance for
OCSPException. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cert.ocsp.OCSPException |
getException()
Gets actual org.bouncycastle object being wrapped.
|
String |
getMessage()
Delegates
getMessage method call to the wrapped exception. |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic OCSPExceptionBC(org.bouncycastle.cert.ocsp.OCSPException exception)
OCSPException.exception - OCSPException to be wrappedpublic org.bouncycastle.cert.ocsp.OCSPException getException()
OCSPException.public boolean equals(Object o)
public int hashCode()
public String toString()
toString method call to the wrapped object.public String getMessage()
getMessage method call to the wrapped exception.getMessage in class ThrowableCopyright © 1998–2023 Apryse Group NV. All rights reserved.