Uses of Class
cloud.opencode.base.crypto.symmetric.AesCipher
Packages that use AesCipher
-
Uses of AesCipher in cloud.opencode.base.crypto.symmetric
Methods in cloud.opencode.base.crypto.symmetric that return AesCipherModifier and TypeMethodDescriptionstatic AesCipherAesCipher.aes128()Create AES-128 cipher.static AesCipherAesCipher.aes256()Create AES-256 cipher (recommended).AesCipher.Builder.build()Build the AES cipher instance.static AesCipherAesCipher.cbc()Create AES cipher in CBC mode.static AesCipherAesCipher.ctr()Create AES cipher in CTR mode.AesCipher.setIv(byte[] iv) AesCipher.setKey(byte[] key) AesCipher.setMode(CipherMode mode) AesCipher.setPadding(Padding padding)