decentralized-identity / OpenPgpSignature2019

OpenPgpSignature2019 Linked Data Cryptographic Suite in JavaScript
https://identity.foundation/OpenPgpSignature2019/
Apache License 2.0
7 stars 1 forks source link

Pick a publicKey property. #9

Closed OR13 closed 5 years ago

OR13 commented 5 years ago

Existing

const keyTypes = [
  "publicKeyPem",
  "publicKeyJwk",
  "publicKeyHex",
  "publicKeyBase64",
  "publicKeyBase58",
  "publicKeyMultibase"
];

Candidates

"publicKeyPgp",
"publicKeyAsc"

Probably should use publicKeyPgp, for files with extension .pgp...

see also: