Contents

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) throws

Parameters

  • key:

    The recipient private key.

See Also

Setting and retrieving keys