Uses of Class
cloud.opencode.base.crypto.symmetric.ChaChaCipher
Packages that use ChaChaCipher
-
Uses of ChaChaCipher in cloud.opencode.base.crypto.symmetric
Methods in cloud.opencode.base.crypto.symmetric that return ChaChaCipherModifier and TypeMethodDescriptionChaChaCipher.Builder.build()Build the ChaCha20-Poly1305 cipher instance.static ChaChaCipherChaChaCipher.create()Create ChaCha20-Poly1305 cipher.ChaChaCipher.setAad(byte[] aad) ChaChaCipher.setIv(byte[] iv) ChaChaCipher.setKey(byte[] key) ChaChaCipher.setNonce(byte[] nonce) ChaChaCipher.setTagLength(int tagBits)