Skip to main content

entity.encryption.encryption_alg

EncryptionAlg Objects

class EncryptionAlg(Enum)

Represents encryption algorithm types.

AES256GCM

Represents the AES-256-GCM encryption algorithm.

AES256GCM_M

Represents the AES-256-GCM with managed key encryption algorithm.

RSA

Represents the RSA encryption algorithm.

RSA_M

Represents the RSA with managed key encryption algorithm.

UNRECOGNIZED

Represents an unrecognized encryption algorithm.