ASEKeyPair constructor

ASEKeyPair(
  1. ASEPublicKey pk,
  2. ASEPrivateKey sk
)

Implementation

ASEKeyPair(this.pk, this.sk);