| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
| Identifier | String
|
| R_CR_ID_DSA | "DSA"
|
| R_CR_ID_SHA1_DSA | "SHA1_DSA"
|
| R_CR_ID_SHA1_RSA | "SHA1_RSA"
|
| R_CR_ID_SHA1_RSA_RAW | "SHA1_RSA_RAW"
|
| R_CR_ID_SHA256_RSA | "SHA256_RSA"
|
| R_CR_ID_SHA384_RSA | "SHA384_RSA"
|
| R_CR_ID_SHA512_RSA | "SHA512_RSA"
|
| R_CR_ID_SHA1_RSA_X931 | "SHA1_RSA_X931"
|
| R_CR_ID_SHA256_RSA_X931 | "SHA256_RSA_X931"
|
| R_CR_ID_SHA384_RSA_X931 | "SHA384_RSA_X931"
|
| R_CR_ID_SHA512_RSA_X931 | "SHA512_RSA_X931"
|
| R_CR_ID_SHA256_RSA_PKCS1_PSS_SHA256 | "SHA256_RSA_PSS"
|
| R_CR_ID_MD2_RSA | "MD2_RSA"
|
| R_CR_ID_MD5_RSA | "MD5_RSA"
|
| R_CR_ID_SIGNATURE_TYPE_NONE | "SIGNATURE_TYPE_NONE"
|
| R_CR_ID_SIGNATURE_TYPE_DER | "SIGNATURE_TYPE_DER"
|
See R_CR_new(), R_CR_get_info() and R_CR_CTX_alg_supported().
Defines | |
| #define | R_CR_ID_DSA |
| A cryptographic identifier which indicates an asymmetric DSA signature cipher. More... | |
| #define | R_CR_ID_SHA1_DSA |
| A cryptographic identifier which indicates a DSA signature with SHA-1 digest. More... | |
| #define | R_CR_ID_SHA1_RSA |
| A cryptographic identifier which indicates an RSA signature with SHA-1 digest. More... | |
| #define | R_CR_ID_SHA1_RSA_RAW |
| A cryptographic identifier which indicates a RAW RSA signature with SHA-1 digest. More... | |
| #define | R_CR_ID_SHA1_RSA_X931 |
| A cryptographic identifier which indicates an RSA X9.31 signature with SHA-1 digest. More... | |
| #define | R_CR_ID_MD2_RSA |
| A cryptographic identifier which indicates an RSA signature with MD2 digest. More... | |
| #define | R_CR_ID_MD5_RSA |
| A cryptographic identifier which indicates an RSA signature with MD5 digest. More... | |
| #define | R_CR_ID_SIGNATURE_TYPE_NONE |
| A signature type identifier which indicates none. More... | |
| #define | R_CR_ID_SIGNATURE_TYPE_DER |
| A signature type identifier which indicates Distinguished Encoding Rules (DER). More... | |
|
|
A cryptographic identifier which indicates an asymmetric DSA signature cipher. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates an RSA signature with MD2 digest. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates an RSA signature with MD5 digest. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates a DSA signature with SHA-1 digest. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates an RSA signature with SHA-1 digest. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates a RAW RSA signature with SHA-1 digest. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates an RSA X9.31 signature with SHA-1 digest. The following table details the usage of the identifier in Operation Functions.
|
|
|
A signature type identifier which indicates Distinguished Encoding Rules (DER). The following table details the usage of the identifier in Operation Functions.
|
|
|
A signature type identifier which indicates none. The following table details the usage of the identifier in Operation Functions.
|