Find the existing key(s) on a keystore corresponding to a specified Certificate Authority

Find the existing key(s) on a keystore corresponding to a specified Certificate Authority

Path parameters
keystoreName
string required

The Keystore's name

Body required
application/json

Search request for Certificate Authority Keys

ca
string required

The PEM Encoded certificate of the Certificate Authority to find the Key for

unusedOnly
boolean

If true, list only Keys not used anywhere

Responses
  • 200 Private key(s) list

    Array [

    name
    string required

    The Private Key's name

    keystore
    string required

    The Keystore's name on which this Key is stored

    description
    object (Key Description) required

    Cryptographic information about a Private Key

    extractable
    boolean required

    If true, this Key can be extracted from the Keystore

    alias
    string | null

    The Private Key's alias

    modifiable
    boolean | null

    If true, this Key can be extracted from the Keystore

    enforcedHashAlgorithm
    string | null (Hash Algorithm)

    This Key's Hash Algorithm

    Enum SHA1 SHA224 SHA256 SHA384 SHA512 SHA3_224 SHA3_256 SHA3_384 SHA3_512

    ]

  • 204 No key defined
  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error