[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Proposal: Define CKA_JAVA_MIDP_SECURITY_DOMAIN constants
Changed to use 'CK_XXXX' instead of 'CKV_' for the constant prefix. This
is similar to the new OTP constants and other other odds and ends
constants we have.
Cheers,
Stef
9.4 Object types
*** new item to be added
| o CK_JAVA_MIDP_SECURITY_DOMAIN
|
| CK_JAVA_MIDP_SECURITY_DOMAIN is a value that identifies the Java
| MIDP security domain of a certificate. It is defined as follows:
|
| typedef CK_ULONG CK_JAVA_MIDP_SECURITY_DOMAIN;
|
| For this version of Cryptoki, the following security domains
| are defined. See the Java MIDP specification for further
| information.
|
| |-----------------------------------------------------------------|
| | Constant | Value | Meaning |
| |-----------------------------------------------------------------|
| | CK_SECURITY_DOMAIN_UNSPECIFIED | 0UL | No domain specified |
| | CK_SECURITY_DOMAIN_MANUFACTURER | 1UL | Manufacturer |
| | | | protection domain |
| | CK_SECURITY_DOMAIN_OPERATOR | 2UL | Operator protection |
| | | | domain |
| | CK_SECURITY_DOMAIN_THIRD_PARTY | 3UL | Third party |
| | | | protection domain |
| |-----------------------------------------------------------------|
10.6.3 X.509 public key certificate objects
*** table row to be updated
| CKA_JAVA_MIDP_SECURITY_DOMAIN CK_JAVA_MIDP_SECURITY_DOMAIN Java
MIDP
| security domain.
| (default CK_SECURITY_DOMAIN_UNSPECIFIED)
A Manifest Constants
*** Lines to be added
| #define CK_SECURITY_DOMAIN_UNSPECIFIED 0UL
| #define CK_SECURITY_DOMAIN_MANUFACTURER 1UL
| #define CK_SECURITY_DOMAIN_OPERATOR 2UL
| #define CK_SECURITY_DOMAIN_THIRD_PARTY 3UL
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]