newKeyExchangeWandFromKeyPair method
Returns a new KeyExchangeWand
that uses the given KeyPair
.
Implementation
Future<KeyExchangeWand> newKeyExchangeWandFromKeyPair(KeyPair keyPair) async {
return _KeyExchangeWand(this, keyPair);
}
Returns a new KeyExchangeWand
that uses the given KeyPair
.
Future<KeyExchangeWand> newKeyExchangeWandFromKeyPair(KeyPair keyPair) async {
return _KeyExchangeWand(this, keyPair);
}