Contents

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

Parameters

  • key:

    The recipient public key.

See Also

Setting and retrieving keys