decrypt
Decrypts data with key using AES/GCM/NoPadding.
Return
Decrypted data.
Parameters
data
Data.
key
Base64 encoded 256 bit key or null (to leave data unchanged).
Decrypts data with key using AES/GCM/NoPadding.
Return
Decrypted data.
Parameters
data
Data.
key
Key.
Decrypts data with key using AES/GCM/NoPadding.
Return
Decrypted data.
Parameters
data
Data.
key
Base64 encoded 256 bit key or null (to leave data unchanged).
iv
Initialization vector.
Decrypts data with key using using AES/GCM/NoPadding.
Return
Decrypted data.
Parameters
data
Data.
key
Key.
iv
Initialization vector.