← Prev in month ← Prev in thread

Proposal: Define CKA_JAVA_MIDP_SECURITY_DOMAIN constants

From
Stef Walter
Date
2013-05-28T09:06:00+00:00
ID
Thread
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
← Prev in month ← Prev in thread