Interface | Description |
---|---|
CommandUnwrapper |
This interface is implemented by all classes able to decode signed command.
|
Class | Description |
---|---|
Command |
Result object returned by @link{SignedCommandDecoder}
|
NoVerifySignedCommandUnwrapper |
This implementation of
CommandUnwrapper DOES NOT verify the signature of the SignedCommand. |
Exception | Description |
---|---|
InvalidCommandFormatException |
This Exception is thrown when an error occurred while unwrapping a command.
|
InvalidSignatureException |
Generic exception thrown by
CommandUnwrapper implementations. |