Get Trust Properties
Returns information about the supported algorithms and key sizes.
Request
URI
GET
https://api_host/napp/api/v1/platform/trust-management/self
COPY
Responses
200
OK
Returns
TrustProperties
of type(s)
application/json
{
"supported_algorithms": [
{
"name": "string",
"key_size": [
0
]
}
]
}
400
Unknown backend error
Operation doesn't return any data structure