Skip to main content

@bloock/sdk / EncryptionAlg

Enumeration: EncryptionAlg

Represents encryption algorithm types.

Table of contents

Enumeration Members

Enumeration Members

AES256GCM

AES256GCM = 0

Represents the AES-256-GCM encryption algorithm.

Defined in

entity/encryption/encryption_alg.ts:10


AES256GCM_M

AES256GCM_M = 1

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

Defined in

entity/encryption/encryption_alg.ts:14


RSA

RSA = 2

Represents the RSA encryption algorithm.

Defined in

entity/encryption/encryption_alg.ts:18


RSA_M

RSA_M = 3

Represents the RSA with managed key encryption algorithm.

Defined in

entity/encryption/encryption_alg.ts:22


UNRECOGNIZED

UNRECOGNIZED = -1

Represents an unrecognized encryption algorithm.

Defined in

entity/encryption/encryption_alg.ts:26