toJson method

List<String> toJson()

Implementation

List<String> toJson() {
  return [publicKey.toDer().toHex(), secretKey.toHex()];
}