VertexCacheSdk.Model.EncryptionMode (vertexcache_sdk v1.0.0)

View Source

Defines supported encryption modes for VertexCache SDK communication.

Modes:

  • :none - no encryption
  • :symmetric - shared secret encryption (e.g., AES-GCM)
  • :asymmetric - public/private key encryption (e.g., RSA)

Summary

Types

t()

@type t() :: :none | :symmetric | :asymmetric

Functions

all()

@spec all() :: [t()]

valid?(mode)

@spec valid?(atom()) :: boolean()