Uses of Enum Class
cloud.opencode.base.crypto.symmetric.CipherMode
Packages that use CipherMode
-
Uses of CipherMode in cloud.opencode.base.crypto.symmetric
Subclasses with type arguments of type CipherMode in cloud.opencode.base.crypto.symmetricModifier and TypeClassDescriptionenumCipher mode enumeration for symmetric encryption algorithms.Methods in cloud.opencode.base.crypto.symmetric that return CipherModeModifier and TypeMethodDescriptionstatic CipherModeReturns the enum constant of this class with the specified name.static CipherMode[]CipherMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.crypto.symmetric with parameters of type CipherModeModifier and TypeMethodDescriptionAesCipher.Builder.mode(CipherMode mode) Set cipher mode.AesCipher.setMode(CipherMode mode) Sm4Cipher.setMode(CipherMode mode) SymmetricCipher.setMode(CipherMode mode) Set the cipher mode.