Uses of Class
cloud.opencode.base.crypto.symmetric.AesGcmCipher.Builder
Packages that use AesGcmCipher.Builder
-
Uses of AesGcmCipher.Builder in cloud.opencode.base.crypto.symmetric
Methods in cloud.opencode.base.crypto.symmetric that return AesGcmCipher.BuilderModifier and TypeMethodDescriptionstatic AesGcmCipher.BuilderAesGcmCipher.builder()Create a builder for AES-GCM cipher.AesGcmCipher.Builder.keySize(int bits) Set key size in bits.AesGcmCipher.Builder.tagLength(int bits) Set authentication tag length in bits.