CryptoManagerKmipServerCertInfo
CryptoManagerKmipServerCertInfo
Information about the KMIP server certificate.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"certificate": "string",
"certInfo": {
"_typeName": "string",
"subject": "string",
"issuer": "string",
"serialNumber": "string",
"notBefore": "string",
"notAfter": "string",
"fingerprint": "string",
"checkTime": "string",
"secondsSinceValid": 0,
"secondsBeforeExpire": 0
},
"clientTrustServer": false
}
string
certificate
Required
The server certificate.
certInfo
Optional
The basic information about server's certificate.
boolean
clientTrustServer
Optional
Whether this KMS server is trusted by local Kmip client.
Property Of
Returned By