Uses of Enum Class
net.randombit.botan.seckey.CipherMode
Packages that use CipherMode
-
Uses of CipherMode in net.randombit.botan.seckey
Methods in net.randombit.botan.seckey 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. -
Uses of CipherMode in net.randombit.botan.seckey.block
Fields in net.randombit.botan.seckey.block declared as CipherModeModifier and TypeFieldDescriptionprotected final CipherModeBotanBlockCipher.cipherModeHolds theCipherMode.Constructors in net.randombit.botan.seckey.block with parameters of type CipherModeModifierConstructorDescriptionprotectedBotanBlockCipher(String name, CipherMode cipherMode, int blockSize)