B2B Data Exchange
- B2B Data Exchange 10.2
- All Products
POST http://<hostName>:<portNumber>/informaticamft/api/v1/certificates/search
Object
| Arguments
|
---|---|
keyStoreType
| The type of keystore to search. The following options apply:
|
algorithm
| The type of information to search for. The following options apply:
|
Object
| Arguments
|
---|---|
id
| The identifying number of the certificate or key.
|
name
| The name of the certificate or key.
|
privateKey
| Identifies if the object is a private key.
|
size
| The size of the certificate or key.
|
type
| Identifies the type of object.
|
alias
| The alias of the certificate or key.
|
subject
| The subject of the certificate or key.
|
issuer
| The issuer of the certificate or key.
|
fingerprint
| The fingerprint of the certificate or key.
|
{ "keyStoreType":"X509PRIVATEKEY" }
{ "keyStoreType":"X509CERTIFICATE" }
{ "keyStoreType":"SSH_PRIVATE_KEY", "algorithm":"A" }
{ "keyStoreType":"SSH_PRIVATE_KEY", "algorithm":"R" }
[ { "id":1011, "name":"sshkey", "privateKey":false, "algorithm":"R", "size":1024, "fingerprint":"28:04:E7:76:05:EA:64:CD:F3:88:E3:35:04:A2:21:AF" }, { "id":1013, "name":"DSAKey", "privateKey":false, "algorithm":"D", "size":1024, "fingerprint":"4A:B6:03:23:88:BD:AC:82:52:8F:B3:D2:10:82:31:CC" } ]
[ { "id":1011, "name":"sshkey", "privateKey":false, "algorithm":"R", "size":1024, "fingerprint":"28:04:E7:76:05:EA:64:CD:F3:88:E3:35:04:A2:21:AF" } ]