Uses of Class
de.gustavblass.commons.crypto.CipherText
-
Uses of CipherText in de.gustavblass.commons.crypto
Classes in de.gustavblass.commons.crypto that implement interfaces with type arguments of type CipherTextModifier and TypeClassDescriptionclassRepresents a secret message that has been encrypted using the AES algorithm in Galois/Counter Mode (GCM).Methods in de.gustavblass.commons.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 a CipherText object.