-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum MasterKey.KeySchemeAlgorithm/Cipher choices used for the master key.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AES256_GCM
-
Method Summary
Modifier and Type Method Description static Array<MasterKey.KeyScheme>values()static MasterKey.KeySchemevalueOf(String name)-
-
Method Detail
-
values
static Array<MasterKey.KeyScheme> values()
-
valueOf
static MasterKey.KeyScheme valueOf(String name)
-
-
-
-