enum KeyInfo

Indicates the key type and length in bits.

This enumeration supports Rivest Shamir Adleman (RSA) and Elliptic Curve Digital Signature Algorithm (ECDSA).

References from:
CertMCapabilities; NodeCredential;

0
RSA_1024
1024-bit long key generated for the RSA algorithm.

Deprecated: Outdated key type.

1
RSA_2048
2048-bit long key generated for the RSA algorithm.
2
RSA_3072
3072-bit long key generated for the RSA algorithm.
3
RSA_4096
4096-bit long key generated for the RSA algorithm.
4
ECDSA_160
ECDSA algorithm with P-160 curve.

Deprecated: Improperly specified key type.

5
ECDSA_224
ECDSA algorithm with P-224 curve.

Deprecated: Improperly specified key type.

6
ECDSA_256
ECDSA algorithm with P-256 curve.

Deprecated: Improperly specified key type.

7
ECDSA_384
ECDSA algorithm with P-384 curve.

Deprecated: Improperly specified key type.

8
ECDSA_512
ECDSA algorithm with P-512 curve.

Deprecated: Improperly specified key type.

9
ECDSA_521
ECDSA algorithm with P-521 curve.

Deprecated: Improperly specified key type.

10
ECDSA_BRAINPOOL_256
ECDSA algorithm with Brainpool P-256 r1 curve.
11
ECDSA_BRAINPOOL_320
ECDSA algorithm with Brainpool P-320 r1 curve.
12
ECDSA_BRAINPOOL_384
ECDSA algorithm with Brainpool P-384 r1 curve.
13
ECDSA_BRAINPOOL_512
ECDSA algorithm with Brainpool P-512 r1 curve.
14
ECDSA_SECP_256_R1
ECDSA algorithm with SECP 256 r1 curve.
15
ECDSA_SECP_384_R1
ECDSA algorithm with SECP 384 r1 curve.
16
ECDSA_SECP_521_R1
ECDSA algorithm with SECP 521 r1 curve.
  enum KeyInfo