PrfCiphertext
data class PrfCiphertext(val nonce: Base64UrlBytes, val ciphertext: Base64UrlBytes, val authTag: Base64UrlBytes, val associatedData: Base64UrlBytes? = null)
Serialized AES-GCM payload emitted by PRF-derived encryption helpers.
Constructors
Link copied to clipboard
constructor(nonce: Base64UrlBytes, ciphertext: Base64UrlBytes, authTag: Base64UrlBytes, associatedData: Base64UrlBytes? = null)