Uses of Class
page.codeberg.friedolyn.crypto.CipherText
Packages that use CipherText
-
Uses of CipherText in page.codeberg.friedolyn.crypto
Methods in page.codeberg.friedolyn.crypto that return CipherTextModifier and TypeMethodDescription@NonNull CipherText
CipherText.copy()
static @NonNull CipherText
static @NonNull CipherText
CipherText.fromBase64
(@NonNull String base64) static @NonNull CipherText
Converts a string representation of aCipherText
object back to aCipherText
object. -
Uses of CipherText in page.codeberg.friedolyn.meta
Fields in page.codeberg.friedolyn.meta declared as CipherTextModifier and TypeFieldDescriptionprivate CipherText
BannedUser.message
An explanation from the developers to the user banned about why they were banned and what this means for them.Methods in page.codeberg.friedolyn.meta that return types with arguments of type CipherTextMethods in page.codeberg.friedolyn.meta with parameters of type CipherTextModifier and TypeMethodDescriptionvoid
BannedUser.setMessage
(@NonNull CipherText encryptedMessage) Updates theBannedUser.message
to the user who was banned.