PrivateKey constructor

PrivateKey(
  1. dynamic privateKey
)

Implementation

PrivateKey(dynamic privateKey) : super(SIZE, privateKey);