Uses of Package
cloud.opencode.base.crypto.envelope

  • Class
    Description
    Envelope encryption implementation - Combines asymmetric and symmetric encryption for secure data encryption 信封加密实现 - 结合非对称和对称加密实现安全的数据加密
    Hybrid encryption implementation - Simplified envelope encryption with transparent format 混合加密实现 - 简化的信封加密,格式透明
  • Class
    Description
    Encrypted envelope data structure - Contains encrypted key, IV, ciphertext and authentication tag 加密信封数据结构 - 包含加密密钥、初始化向量、密文和认证标签
    Envelope encryption implementation - Combines asymmetric and symmetric encryption for secure data encryption 信封加密实现 - 结合非对称和对称加密实现安全的数据加密
    Hybrid encryption implementation - Simplified envelope encryption with transparent format 混合加密实现 - 简化的信封加密,格式透明
    Builder for creating custom HybridCrypto instances 用于创建自定义 HybridCrypto 实例的构建器