Uses of Enum Class
net.spreadsheetspace.sdk.model.SymmetricAlgorithm
Packages that use SymmetricAlgorithm
-
Uses of SymmetricAlgorithm in net.spreadsheetspace.sdk
Methods in net.spreadsheetspace.sdk with parameters of type SymmetricAlgorithmModifier and TypeMethodDescriptionstatic StringSdkKeyMgmtUtil.generateRandomString(SymmetricAlgorithm symmetricAlgorithm) -
Uses of SymmetricAlgorithm in net.spreadsheetspace.sdk.model
Subclasses with type arguments of type SymmetricAlgorithm in net.spreadsheetspace.sdk.modelFields in net.spreadsheetspace.sdk.model declared as SymmetricAlgorithmMethods in net.spreadsheetspace.sdk.model that return SymmetricAlgorithmModifier and TypeMethodDescriptionstatic SymmetricAlgorithmSymmetricAlgorithm.getTypeByString(String state) static SymmetricAlgorithmSymmetricAlgorithm.lookup(int val) static SymmetricAlgorithmReturns the enum constant of this class with the specified name.static SymmetricAlgorithm[]SymmetricAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.spreadsheetspace.sdk.model with parameters of type SymmetricAlgorithmModifierConstructorDescriptionDataEncrypt(boolean Encrypt, List<SymmetricKey> symmetricKeys, byte[] data, SymmetricAlgorithm symmetricAlgorithm)