getPrivateKey method

List<int>? getPrivateKey()

Implementation

List<int>? getPrivateKey() {
  return privateKey;
}