11.12.3.2.8. Enum SE05x_AppletConfig_t¶
Defined in File se05x_enums.h
11.12.3.2.8.1. Enum Documentation¶
-
enum
SE05x_AppletConfig_t
¶ Features which are available / enabled in the Applet
Values:
-
kSE05x_AppletConfig_NA
= 0¶ Invalid
-
kSE05x_AppletConfig_ECDAA
= 0x0001¶ Use of curve TPM_ECC_BN_P256
-
kSE05x_AppletConfig_ECDSA_ECDH_ECDHE
= 0x0002¶ EC DSA and DH support
-
kSE05x_AppletConfig_EDDSA
= 0x0004¶ Use of curve RESERVED_ID_ECC_ED_25519
Use of curve RESERVED_ID_ECC_MONT_DH_25519
-
kSE05x_AppletConfig_HMAC
= 0x0010¶ Writing HMACKey objects
-
kSE05x_AppletConfig_RSA_PLAIN
= 0x0020¶ Writing RSAKey objects
-
kSE05x_AppletConfig_RSA_CRT
= 0x0040¶ Writing RSAKey objects
Writing AESKey objects
-
kSE05x_AppletConfig_DES
= 0x0100¶ Writing DESKey objects
-
kSE05x_AppletConfig_PBKDF
= 0x0200¶ PBKDF2
-
kSE05x_AppletConfig_TLS
= 0x0400¶ TLS Handshake support commands (see 4.16) in APDU Spec
Mifare DESFire support (see 4.15) in APDU Spec
-
kSE05x_AppletConfig_RFU1
= 0x1000¶ RFU1
-
kSE05x_AppletConfig_I2CM
= 0x2000¶ I2C Master support (see 4.17) in APDU Spec
-
kSE05x_AppletConfig_RFU2
= 0x4000¶ RFU2
-