@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
Aes256
• Aes256 = 5
Represents the AES key type with a 256-bit key length.
Defined in
Bjj
• Bjj = 6
Represents the Baby JubJub key type, elliptic curve defined over the large prime subgroup of BN128.
Defined in
EcP256k
• EcP256k = 0
Represents the elliptic curve key type P-256k.
Defined in
Rsa2048
• Rsa2048 = 1
Represents the RSA key type with a 2048-bit modulus.
Defined in
Rsa3072
• Rsa3072 = 2
Represents the RSA key type with a 3072-bit modulus.
Defined in
Rsa4096
• Rsa4096 = 3
Represents the RSA key type with a 4096-bit modulus.