Uses of Interface
cloud.opencode.base.crypto.symmetric.SymmetricCipher
Packages that use SymmetricCipher
-
Uses of SymmetricCipher in cloud.opencode.base.crypto.symmetric
Classes in cloud.opencode.base.crypto.symmetric that implement SymmetricCipherModifier and TypeClassDescriptionfinal classAES cipher implementation supporting CBC and CTR modes.final classSM4 cipher implementation (Chinese national cryptographic standard).Methods in cloud.opencode.base.crypto.symmetric that return SymmetricCipherModifier and TypeMethodDescriptionSymmetricCipher.setIv(byte[] iv) Set the initialization vector.SymmetricCipher.setKey(byte[] key) Set the secret key from bytes.Set the secret key.SymmetricCipher.setMode(CipherMode mode) Set the cipher mode.SymmetricCipher.setPadding(Padding padding) Set the padding scheme.