Class tigrbl_kms.orm.key.KeyAlg
tigrbl_kms.orm.key.KeyAlg
Bases: str
, Enum
AES256_GCM
class-attribute
instance-attribute
AES256_GCM = 'AES256_GCM'
CHACHA20_POLY1305
class-attribute
instance-attribute
CHACHA20_POLY1305 = 'CHACHA20_POLY1305'
RSA2048
class-attribute
instance-attribute
RSA2048 = 'RSA2048'
RSA3072
class-attribute
instance-attribute
RSA3072 = 'RSA3072'