Serialized Form
-
Package zeroecho.core
-
Class zeroecho.core.NullKey
class NullKey extends Object implements Serializable- serialVersionUID:
- -3423524955655163523L
-
-
Package zeroecho.core.err
-
Exception Class zeroecho.core.err.ProviderFailureException
class ProviderFailureException extends RuntimeException implements Serializable- serialVersionUID:
- 2610774892439787602L
-
Exception Class zeroecho.core.err.UnsupportedRoleException
class UnsupportedRoleException extends RuntimeException implements Serializable- serialVersionUID:
- 1653286859112182562L
-
Exception Class zeroecho.core.err.UnsupportedSpecException
class UnsupportedSpecException extends RuntimeException implements Serializable- serialVersionUID:
- -4569004728562695244L
-
Exception Class zeroecho.core.err.VerificationException
class VerificationException extends Exception implements Serializable- serialVersionUID:
- 7226636637976744245L
-
Serialized Fields
-
a
byte[] a
The calculated value that failed verification, typically a signature or digest. -
expected
byte[] expected
The expected value to be compared against, ornullif not provided.
-
-