| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
| Identifier | String
|
| R_CR_ID_RSA | "RSA"
|
| R_CR_ID_RSA_PKCS1 | "RSA_PKCS1"
|
| R_CR_ID_RSA_PKCS1_OAEP | "RSA_PKCS1_OAEP"
|
| R_CR_ID_RSA_PKCS1_OAEP_SHA256 | "RSA_PKCS1_OAEP_SHA256"
|
| R_CR_ID_RSA_PKCS1_SSL | "RSA_PKCS1_SSL"
|
| R_CR_ID_RSA_PKCS1_RAW | "RSA_PKCS1_RAW"
|
| R_CR_ID_RSA_X931 | "RSA_X931"
|
| R_CR_ID_RSA_PKCS1_PSS_SHA256 | "RSA_PSS"
|
See R_CR_new(), R_CR_get_info() and R_CR_CTX_alg_supported().
Defines | |
| #define | R_CR_ID_RSA |
| A cryptographic identifier which indicates an asymmetric RSA cipher. More... | |
| #define | R_CR_ID_RSA_PKCS1 |
| A cryptographic identifier which indicates an asymmetric RSA PKCS1 padding cipher. More... | |
| #define | R_CR_ID_RSA_PKCS1_OAEP |
| A cryptographic identifier which indicates an asymmetric RSA PKCS #1 OAEP padding cipher. More... | |
| #define | R_CR_ID_RSA_PKCS1_SSL |
| A cryptographic identifier which indicates an asymmetric RSA PKCS #1 SSL padding cipher. More... | |
| #define | R_CR_ID_RSA_PKCS1_RAW |
| A cryptographic identifier which indicates an asymmetric RSA PKCS #1 RAW padding cipher. More... | |
| #define | R_CR_ID_RSA_X931 |
| A cryptographic identifier which indicates an asymmetric RSA X9.31 padding cipher. More... | |
|
|
A cryptographic identifier which indicates an asymmetric RSA cipher. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates an asymmetric RSA PKCS1 padding cipher. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates an asymmetric RSA PKCS #1 OAEP padding cipher. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates an asymmetric RSA PKCS #1 RAW padding cipher. The following table details the usage of the identifier in Operation Functions.
|
|
|
A cryptographic identifier which indicates an asymmetric RSA PKCS #1 SSL padding cipher. The following table details the usage of the identifier in Operation Functions.
|