REST API  4.0.0
REST API for SafeNet Network HSMs
Web Server Certificate Description

Web Server Certificate Description

Object
    curveName: Object
        type:  string
        description:  curveName is the name of the elliptic curve used for an 
                      ECDSA-based certificate.  This parameter does not apply for
                      RSA key types.
                
    fingerprint: Object
        type:  string
        description:  fingerprint is the message digest of the web server certificate.
                
    hash: Object
        type:  string
        description:  hash is the cryptographic algorithm used to generate the fingerprint
                      object.
    keyType: Object
        type:  string
        description:  keyType is the type of key used by the web server to secure access
                      to the REST API service.
                
    keySize: Object
        type:  integer
        description:  keySize is the number of bits for the key used to secure access
                      to the REST API service.

    subjectAltNames: Object
        type:  array
            items:  Object
                subjectAltName: Object
                              type: string
                              description:  subjectAltName is an extension to X.509 that allows various values to 
                              be associated with a security certificate.