Interface SignedMessage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()Returns the signed message.UUIDgetSignerUuid()Returns the signers UUID.booleanisPreviewSigned()If 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 Detail
-
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
-
-