Uses of Class
cloud.opencode.base.crypto.streaming.StreamingAead
Packages that use StreamingAead
-
Uses of StreamingAead in cloud.opencode.base.crypto.streaming
Methods in cloud.opencode.base.crypto.streaming that return StreamingAeadModifier and TypeMethodDescriptionstatic StreamingAeadStreamingAead.aesGcm(byte[] key) Create a StreamingAead instance using AES-GCM.static StreamingAeadStreamingAead.chaCha20(byte[] key) Create a StreamingAead instance using ChaCha20-Poly1305.StreamingAead.setAad(byte[] aad) Set additional authenticated data (AAD) for all segments.StreamingAead.setSegmentSize(int bytes) Set the plaintext segment size in bytes.