| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
| Identifier | String |
| R_CR_SUB_NONE | "NONE" |
| R_CR_SUB_SIGN | "SIGN" |
| R_CR_SUB_VERIFY | "VERIFY" |
| R_CR_SUB_ENCRYPT | "ENCRYPT" |
| R_CR_SUB_DECRYPT | "DECRYPT" |
| R_CR_SUB_PUBLIC | "PUBLIC" |
| R_CR_SUB_PRIVATE | "PRIVATE" |
| R_CR_SUB_MAC | "MAC" |
| R_CR_SUB_PUB_ENC | "PUB_ENC" |
| R_CR_SUB_PUB_DEC | "PUB_DEC" |
| R_CR_SUB_PRIV_ENC | "PRIV_ENC" |
| R_CR_SUB_PRIV_DEC | "PRIV_DEC" |
Defines | |
| #define | R_CR_SUB_NONE |
| Indicates that the operation subtype identifier is none. More... | |
| #define | R_CR_SUB_SIGN |
| A subtype identifier which indicates a sign operation. More... | |
| #define | R_CR_SUB_VERIFY |
| A subtype identifier which indicates a signature verification operation. More... | |
| #define | R_CR_SUB_ENCRYPT |
| A subtype identifier which indicates an encryption operation. More... | |
| #define | R_CR_SUB_DECRYPT |
| A subtype identifier which indicates a decryption operation. More... | |
| #define | R_CR_SUB_PUBLIC |
| A subtype identifier which indicates a public key operation. More... | |
| #define | R_CR_SUB_PRIVATE |
| A subtype identifier which indicates a private key operation. More... | |
| #define | R_CR_SUB_MAC |
| A subtype identifier which indicates a Message Authentication Code (MAC) operation. More... | |
| #define | R_CR_SUB_PUB_ENC |
| A subtype identifier which indicates a public key encryption operation. More... | |
| #define | R_CR_SUB_PUB_DEC |
| A subtype identifier which indicates a public key decryption operation. More... | |
| #define | R_CR_SUB_PRIV_ENC |
| A subtype identifier which indicates a private key encryption operation. More... | |
| #define | R_CR_SUB_PRIV_DEC |
| A subtype identifier which indicates a private key decryption operation. More... | |
|
|
A subtype identifier which indicates a decryption operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates an encryption operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates a Message Authentication Code (MAC) operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates that the operation subtype identifier is none. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates a private key decryption operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates a private key encryption operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates a private key operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates a public key decryption operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates a public key encryption operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates a public key operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates a sign operation. The following table details the usage of the identifier in Operation Functions.
|
|
|
A subtype identifier which indicates a signature verification operation. The following table details the usage of the identifier in Operation Functions.
|