Lines Matching full:certificate
2 Implement to provide certificate management features.
4 An OpenBMC implementation providing installed certificate management
7 certificate objects.
12 The string for the certificate.
14 This is a X.509 public certificate in PEM format. PEM wiki -
17 An X.509 certificate contains a public key, validity, and an identity
19 signed by a certificate authority or self-signed. Refer
25 a certificate.
35 certificate revocation lists (CLRs).
65 The issuer of the certificate.
67 Refer X.509 certificate wiki for the "Issuer" Key and value details.
75 The subject of the certificate
77 Refer X.509 certificate wiki for the "Subject" Key and value details.
89 The certificate expiry date and time, in epoch time, in milliseconds
93 The certificate validity start date and time, in epoch time, in
99 Objects that implement Certificate can optionally implement the
102 certificate.
109 Objects that implement Certificate can optionally implement the
112 certificate.