public class MacMismatchException extends CryptoException
| Constructor and Description |
|---|
MacMismatchException(byte[] expected,
byte[] actual) |
MacMismatchException(java.lang.String msg,
byte[] expected,
byte[] actual) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActualBase64() |
java.lang.String |
getExpectedBase64() |