ECAsymmetricKey constructor

ECAsymmetricKey(
  1. ECDomainParameters? parameters
)

Create an asymmetric key for the given domain parameters

Implementation

ECAsymmetricKey(this.parameters);