Package cloud.opencode.base.crypto.symmetric


package cloud.opencode.base.crypto.symmetric
  • Class
    Description
    Interface for AEAD (Authenticated Encryption with Associated Data) ciphers.
    AES cipher implementation supporting CBC and CTR modes.
    Builder class for AES cipher.
    AES-GCM cipher implementation - Authenticated Encryption with Associated Data AES-GCM 加密实现 - 关联数据认证加密
    Builder class for AES-GCM cipher.
    ChaCha20-Poly1305 cipher implementation - Modern AEAD cipher ChaCha20-Poly1305 加密实现 - 现代 AEAD 加密
    Builder class for ChaCha20-Poly1305 cipher.
    Cipher mode enumeration for symmetric encryption algorithms.
    Padding scheme enumeration for block cipher algorithms.
    SM4 cipher implementation (Chinese national cryptographic standard).
    Interface for symmetric encryption algorithms (CBC, CTR modes).