Uses of Class
cloud.opencode.base.crypto.symmetric.AesGcmCipher
Packages that use AesGcmCipher
-
Uses of AesGcmCipher in cloud.opencode.base.crypto.symmetric
Methods in cloud.opencode.base.crypto.symmetric that return AesGcmCipherModifier and TypeMethodDescriptionstatic AesGcmCipherAesGcmCipher.aes128Gcm()Create AES-128-GCM cipher.static AesGcmCipherAesGcmCipher.aes256Gcm()Create AES-256-GCM cipher (recommended).AesGcmCipher.Builder.build()Build the AES-GCM cipher instance.static AesGcmCipherAesGcmCipher.create()Create default AES-GCM cipher (256-bit).AesGcmCipher.setAad(byte[] aad) AesGcmCipher.setIv(byte[] iv) AesGcmCipher.setKey(byte[] key) AesGcmCipher.setNonce(byte[] nonce) AesGcmCipher.setTagLength(int tagBits)