IcpPem constructor

IcpPem(
  1. String EcParameters,
  2. String EcPrivateKey
)

Implementation

IcpPem(this.EcParameters, this.EcPrivateKey);