setRecipientPrivateKey(_:)
Sets the recipient private key that the context requires to decrypt an archive to a specific recipient in ECDHE encryption profiles.
Declaration
func setRecipientPrivateKey(_ key: P256.KeyAgreement.PrivateKey) throwsParameters
- key:
The recipient private key.