EncryptionParams
- Schema
- Example
[+]ecies
OptionalObject
required if you're using ecies algorithm (ecies_secp384r1_tubitak) should refer to this structure
{
"ecies": {
"ephemeralPublicKey": "string",
"encryptedSharedAesKey": "string"
}
}
{
"ecies": {
"ephemeralPublicKey": "string",
"encryptedSharedAesKey": "string"
}
}