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 com.velocitypowered.api.proxy.crypto.KeySigned
getExpiryTemporal, getSalt, getSignature, getSigner, hasExpired, isSignatureValid 
- 
Method Details
- 
getMessage
String getMessage()Returns the signed message.- Returns:
 - the message
 
 - 
getSignerUuid
UUID getSignerUuid()Returns the signers UUID.- Returns:
 - the uuid
 
 - 
isPreviewSigned
boolean isPreviewSigned()If true the signature of this message applies to a stylized component instead.- Returns:
 - signature signs preview
 
 
 -