OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

pkcs11 message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Proposal: Define CKA_JAVA_MIDP_SECURITY_DOMAIN constants


Added descriptions as requested. Hopefully this is now final and ready
for vote and inclusion in v2.40.

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                |
| |-------------------------------------------------------------------|
| | CKV_SECURITY_DOMAIN_UNSPECIFIED  | 0UL   | No domain specified    |
| | CKV_SECURITY_DOMAIN_MANUFACTURER | 1UL   | Manufacturer           |
| |                                  |       | protection domain      |
| | CKV_SECURITY_DOMAIN_OPERATOR     | 2UL   | Operator protection    |
| |                                  |       | domain                 |
| | CKV_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 CKV_SECURITY_DOMAIN_UNSPECIFIED)


A  Manifest Constants

*** Lines to be added
| #define CKV_SECURITY_DOMAIN_UNSPECIFIED              0UL
| #define CKV_SECURITY_DOMAIN_MANUFACTURER             1UL
| #define CKV_SECURITY_DOMAIN_OPERATOR                 2UL
| #define CKV_SECURITY_DOMAIN_THIRD_PARTY              3UL



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]