public class PEMExceptionBC extends AbstractPEMException
PEMException.| Constructor and Description |
|---|
PEMExceptionBC(org.bouncycastle.openssl.PEMException pemException)
Creates new wrapper instance for
PEMException. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
String |
getMessage()
Delegates
getMessage method call to the wrapped exception. |
org.bouncycastle.openssl.PEMException |
getPemException()
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PEMExceptionBC(org.bouncycastle.openssl.PEMException pemException)
PEMException.pemException - PEMException to be wrappedpublic org.bouncycastle.openssl.PEMException getPemException()
PEMException.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–2024 Apryse Group NV. All rights reserved.