createForTesting static method
Implementation
@visibleForTesting
static Future<NoiseSecurity> createForTesting({
required keys.KeyPair identityKey,
}) async {
return NoiseSecurity._(identityKey);
}
@visibleForTesting
static Future<NoiseSecurity> createForTesting({
required keys.KeyPair identityKey,
}) async {
return NoiseSecurity._(identityKey);
}