Uses of Class
org.smallmind.nutsnbolts.json.Encryption
-
Packages that use Encryption Package Description org.smallmind.nutsnbolts.json -
-
Uses of Encryption in org.smallmind.nutsnbolts.json
Methods in org.smallmind.nutsnbolts.json that return Encryption Modifier and Type Method Description EncryptionBinaryData. getEncryption()static EncryptionEncryption. valueOf(String name)Returns the enum constant of this type with the specified name.static Encryption[]Encryption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.nutsnbolts.json with parameters of type Encryption Modifier and Type Method Description voidBinaryData. setEncryption(Encryption encryption)Constructors in org.smallmind.nutsnbolts.json with parameters of type Encryption Constructor Description BinaryData(Encoding encoding, Encryption encryption, Key key, String original)
-