AES Encryption using GCM-SIV mode.
Default key size to use for KeyGenerator.
IV/nonce length.
Concatenate the encryption details from a Map data.
Decrypts encrypted data in a Map format.
Decrypts encrypted data using key and tag if provided.
Decrypts encrypted data with optional tag verification using key nad iv.
Encrypts the provided data along with optional tag and key.
Encrypts the provided data along with tag (if provided) using key.
Extracts the iv, data from a ByteArray data.
iv
data
Generate IV based on ivLength.
Generate secret key based on optional key size.