Encryption
An encryption request can contain multiple EncReqObject. This will help to encrypt bulk requests which may have different tenant-id and/or method ( AES / RSA ).
The returned encrypted value will have the same structure as the input value.
The returned encrypted value will have the same structure as the input value.
The response to a decryption request will have the same structure as the input.
The response to a decryption request will have the same structure as the input.
A Sign request containing tenant id and the string value to be signed.
The key used for signing will be determined based on tenant id.
The value to be signed.
Response contains the value that has been signed and the value of signature.
Response contains the value that has been signed and the value of signature.
A Verify request containing the value and its corresponding signature.
The claim to be verified
The signature for the claim
Response returns if the provided signature is correct for the given value.
Response returns if the provided signature is correct for the given value.
Deactivate the keys for the given tenant and generate new keys. It will deactivate both symmetric and asymmetric keys for the provided tenant.
A request to rotate key for a given tenant
The tenantId for which the key needs to be changed.
Acknowldgement if the operation was successful.
Acknowldgement if the operation was successful.
Last updated
Was this helpful?
