setRecipientPublicKey(_:)
Sets the recipient public key that the context requires to encrypt an archive to a specific recipient in ECDHE encryption profiles.
Declaration
func setRecipientPublicKey(_ key: P256.KeyAgreement.PublicKey) throwsParameters
- key:
The recipient public key.