decryptFields

fun decryptFields(payloadJson: String): String

Decrypt specified fields in a JSON payload.

Return

JSON string with decrypted fields.

Parameters

payloadJson

The JSON payload with encrypted field envelopes.

Throws

if any encrypted envelope cannot be decrypted.