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 CipherTextCipherText.copy()static @NonNull CipherTextstatic @NonNull CipherTextCipherText.fromBase64(@NonNull String base64) static @NonNull CipherTextConverts a string representation of aCipherTextobject back to aCipherTextobject. -
Uses of CipherText in page.codeberg.friedolyn.meta
Fields in page.codeberg.friedolyn.meta declared as CipherTextModifier and TypeFieldDescriptionprivate CipherTextBannedUser.messageAn 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 TypeMethodDescriptionvoidBannedUser.setMessage(@NonNull CipherText encryptedMessage) Updates theBannedUser.messageto the user who was banned.