(file) Return to CIM_X509CRL.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                   ClassConstraint { 
 4                      "/* The constraints below aim to efficiently */  /* represent a singular OctetString. Each of the properties*/  /* is a single encoded string, thus only the first element */  /* needs to be populated. */ inv:self.EncodedCRL->size()=1" }, 
 5                   UMLPackagePath ( "CIM::User::PublicKey" ), 
 6                   Description ( 
 7                      "CIM_X509CRL describes Internet X509 Public Key Infrastructure "
 8                      "(PKI) standard based Certificate Revocation List (CRL). CRL is "
 9                      "issued by a Certificate Authority\'s (CA) to update the list "
10                      "of the certificates used in the authentication. Upon "
11                      "application of a CRL to a set of certificates, the "
12                      "certificates matched to those contained in the CRL would be "
13                      "revoked and invalidated for use in authentication. Refer to "
14                      "the Internet X.509 PKI standard (RFC 3280) for more "
15                      "information." )]
16               class CIM_X509CRL : CIM_X509Infrastructure {
17               
18                     [Override ( "Issued" ), 
19                      Description ( 
20                         "This property corresponds to the thisUpdate field in the "
21                         "Internet X509 PKI standard. The property represents the "
22 karl  1.1.2.2           "issue date of the CRL. Use a value of all "
23                         "\'00000101000000.000000+000\', (midnight, January 1, 1 "
24                         "BCE at coordinated universal time +0 minutes), if this "
25                         "information is not applicable. On CreateInstance, if "
26                         "this property is unspecified, or set to NULL, then "
27                         "current time is assumed." )]
28                  datetime Issued;
29               
30                     [Override ( "Expires" ), 
31                      Description ( 
32                         "This property is not applicable for CIM_X509CRL class "
33                         "and shall either have value of \n"
34                         "\'99991231115959.999999-720\' as defined by DSP0004 to "
35                         "mean \"infinite future or NULL." )]
36                  datetime Expires;
37               
38                     [Description ( 
39                         "The property represents the date by which the next CRL "
40                         "will be issued. The next CRL could be issued before the "
41                         "indicated date, but it will not be issued any later than "
42                         "the indicated date. If this information is not "
43 karl  1.1.2.2           "applicable, use a value of \n"
44                         "\'99991231115959.999999-720\' as defined by DSP0004 to "
45                         "mean \"infinite future." )]
46                  datetime NextUpdate;
47               
48                     [Description ( 
49                         "The full content of the CRL in binary form.Only the "
50                         "first element of the array property shall be populated." ), 
51                      OctetString]
52                  string EncodedCRL[];
53               
54                     [Description ( 
55                         "An array of serial numbers of X.509 certificates that "
56                         "are part of CRL." ), 
57                      OctetString]
58                  string SerialNumbers[];
59               
60               
61               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2