Decrypt the provided ciphertext using AES-GCM and a key derived using HKDF
The GCM key is derived using HKDF with the provided domain separator
Encrypt the provided message using AES-GCM and a key derived using HKDF
Return the CryptoKey
Static
Decrypt the provided ciphertext using AES-GCM and a key derived using HKDF
The GCM key is derived using HKDF with the provided domain separator