160 public key

https://w3id.org/security/v1publicKey

JSON

Inbox

Definition

A public key property is used to specify a URL that contains information about a public key.
see The Security Vocabulary or mastodon usage documentation

Scope Note

ActivityPub Community

Example

The following example demonstrates the expression of a public key belonging to the identity https://payswarm.example.com/i/bob.
{
  "@context": "https://w3id.org/security/v1",
  "@id": "https://payswarm.example.com/i/bob/keys/1",
  "@type": "Key",
  "owner": "https://payswarm.example.com/i/bob",
  "publicKeyPem": "-----BEGIN PUBLIC KEY-----
MII8YbF3s8q3c...j8Fk88FsRa3K
-----END PUBLIC KEY-----
"
}