EncryptedPayload.create constructor
const
EncryptedPayload.create({})
Internal constructor used by CryptoKit.encrypt to build this object.
Implementation
const EncryptedPayload.create({
required this.iv,
required this.cipherText,
required this.combined,
});