T - the type of the message object which has been signed.public interface Signed<T>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDigestBytes()
Returns the digest generated against the message.
|
int |
getKeyId()
Returns the identifier for the secret key used to compute the message digest.
|
T |
getMessage()
Returns the message object which was signed.
|
T getMessage()
int getKeyId()
byte[] getDigestBytes()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.