CryptoManagerKmipServerCertInfo

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

Basic information of a certificate.

boolean
clientTrustServer
Optional

Whether this KMS server is trusted by local Kmip client.