Serialize this key to JSON.
List<String> toJson() { return [blobToHex(_publicKey.toDer()), blobToHex(_seed)]; }