(file) Return to CIM_SignedCredential.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / User

 1 karl  1.1.2.2 // Copyright (c) 2011 DMTF.  All rights reserved.
 2                  [Version ( "2.29.0" ), 
 3                   UMLPackagePath ( "CIM::User::PublicKey" ), 
 4                   Description ( 
 5                      "A SignedCredential is a credential that is cryptographically "
 6                      "signed by a trusted Certificate Authority (CA) or the owner of "
 7                      "the credential itself." )]
 8               class CIM_SignedCredential : CIM_Credential {
 9               
10                     [Key, Override ( "InstanceID" ), 
11                      Description ( 
12                         "Within the scope of the instantiating Namespace, "
13                         "InstanceID opaquely and uniquely identifies an instance "
14                         "of this class. In order to ensure uniqueness within the "
15                         "NameSpace, the value of InstanceID SHOULD be constructed "
16                         "using the following \'preferred\' algorithm: \n"
17                         "<OrgID>:<LocalID> \n"
18                         "Where <OrgID> and <LocalID> are separated by a colon "
19                         "\':\', and where <OrgID> MUST include a copyrighted, "
20                         "trademarked or otherwise unique name that is owned by "
21                         "the business entity creating/defining the InstanceID, or "
22 karl  1.1.2.2           "is a registered ID that is assigned to the business "
23                         "entity by a recognized global authority. (This is "
24                         "similar to the <Schema Name>_<Class Name> structure of "
25                         "Schema class names.) In addition, to ensure uniqueness, "
26                         "<OrgID> MUST NOT contain a colon (\':\'). When using "
27                         "this algorithm, the first colon to appear in InstanceID "
28                         "MUST appear between <OrgID> and <LocalID>. \n"
29                         "<LocalID> is chosen by the organizational entity and "
30                         "SHOULD not be re-used to identify different underlying "
31                         "(real-world) elements. If the above \'preferred\' "
32                         "algorithm is not used, the defining entity MUST assure "
33                         "that the resultant InstanceID is not re-used across any "
34                         "InstanceIDs produced by this or other providers for this "
35                         "instance\'s NameSpace. \n"
36                         "For DMTF defined instances, the \'preferred\' algorithm "
37                         "MUST be used with the <OrgID> set to \'CIM\'." )]
38                  string InstanceID;
39               
40                     [Description ( "Issuer name who signed the credential." )]
41                  string IssuerName;
42               
43 karl  1.1.2.2       [Description ( 
44                         "Certificate authority\'s or credential owner\'s "
45                         "identifying digest that confers validity on a signed "
46                         "credential." ), 
47                      OctetString]
48                  uint8 Signature[];
49               
50                     [Description ( 
51                         "Algorithm used to generate the signature. The algorithms "
52                         "specified are described in RFC3279. If the value of this "
53                         "property is 1, \"Other\", then the "
54                         "OtherSignatureAlgorithm shall be non NULL, non blank "
55                         "string" ), 
56                      ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", 
57                         "11", "12", "13", "14", "15", "16", "17", "18", "19", 
58                         "20..32767", "32768..65535" }, 
59                      Values { "Other", "SHA1withDSA", "SHA1withECDSA", 
60                         "SHA224withECDSA", "SHA256withECDSA", "SHA384withECDSA", 
61                         "SHA512withECDSA", "GOST3411withGOST3410", 
62                         "GOST3411withECGOST3410", "MD2withRSA", "MD5withRSA", 
63                         "SHA1withRSA", "SHA224withRSA", "SHA256withRSA", 
64 karl  1.1.2.2           "SHA384withRSA", "SHA512withRSA", "RIPEMD160withRSA", 
65                         "RIPEMD128withRSA", "RIPEMD256withRSA", "DMTF Reserved", 
66                         "Vendor Reserved" }]
67                  uint16 SignatureAlgorithm;
68               
69                     [Description ( 
70                         "A string describing the signature algorithm when the "
71                         "SignatureAlgorithm property has the value 1, \"Other\"." )]
72                  string OtherSignatureAlgorithm;
73               
74                     [Description ( "Object ID of the signature algorithm." )]
75                  string SignatureAlgorithmOID;
76               
77               
78               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2