Interface SignedMessage
- All Superinterfaces:
KeySigned
A signed message.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the signed message.Returns the signers UUID.booleanIf true the signature of this message applies to a stylized component instead.Methods inherited from interface KeySigned
getExpiryTemporal, getSalt, getSignature, getSigner, hasExpired, isSignatureValid
-
Method Details
-
getMessage
-
getSignerUuid
-
isPreviewSigned
boolean isPreviewSigned()If true the signature of this message applies to a stylized component instead.- Returns:
- signature signs preview
-