Skip to main content

@bloock/sdk / KeyType

Enumeration: KeyType

Represents the type of cryptographic key.

Table of contents

Enumeration Members

Enumeration Members

Aes128

Aes128 = 4

Represents the AES key type with a 128-bit key length.

Defined in

entity/key/key_type.ts:26


Aes256

Aes256 = 5

Represents the AES key type with a 256-bit key length.

Defined in

entity/key/key_type.ts:30


Bjj

Bjj = 6

Represents the Baby JubJub key type, elliptic curve defined over the large prime subgroup of BN128.

Defined in

entity/key/key_type.ts:34


EcP256k

EcP256k = 0

Represents the elliptic curve key type P-256k.

Defined in

entity/key/key_type.ts:10


Rsa2048

Rsa2048 = 1

Represents the RSA key type with a 2048-bit modulus.

Defined in

entity/key/key_type.ts:14


Rsa3072

Rsa3072 = 2

Represents the RSA key type with a 3072-bit modulus.

Defined in

entity/key/key_type.ts:18


Rsa4096

Rsa4096 = 3

Represents the RSA key type with a 4096-bit modulus.

Defined in

entity/key/key_type.ts:22