SecretExchange


Description:

[ CCode ( has_construct_function = false ) ]
public SecretExchange (string? protocol)

Create a new secret exchange object.

Specify a protocol of null to allow any protocol. This is especially relevant on the side of the exchange that does not call [method@SecretExchange.begin], that is the originator. Currently the only protocol supported is gcr_secret_exchange_protocol_1.

Parameters:

protocol

the exchange protocol to use

Returns:

A new SecretExchange object