jsonld-signatures-merkleproof2019
Version:
A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context
37 lines (36 loc) • 925 B
JSON
{
"id": "did:ion:EiA_Z6LQILbB2zj_eVrqfQ2xDm4HNqeJUw5Kj2Z7bFOOeQ",
"@context": [
"https://www.w3.org/ns/did/v1",
{
"@base": "did:ion:EiA_Z6LQILbB2zj_eVrqfQ2xDm4HNqeJUw5Kj2Z7bFOOeQ"
}
],
"service": [
{
"id": "#service-1",
"type": "IssuerProfile",
"serviceEndpoint": "https://www.blockcerts.org/samples/3.0/issuer-blockcerts.json"
}
],
"verificationMethod": [
{
"id": "#key-1",
"controller": "did:ion:EiA_Z6LQILbB2zj_eVrqfQ2xDm4HNqeJUw5Kj2Z7bFOOeQ",
"type": "EcdsaSecp256k1VerificationKey2019",
"publicKeyJwk": {
"kty": "EC",
"crv": "secp256k1",
"x": "6_JKJIXL7PJQT9hnr03yQNda_fUfmfrcZpymkRqsmH4",
"y": "steT4D8LrgwmqASd1EMy6ZyyAqsl-KvNlD7rBhX3za8",
"kid": "_0qG5QVt8vd6pbVGs5ReFJA4-yvYNEi4Ov1HZHTsobM"
}
}
],
"authentication": [
"#key-1"
],
"assertionMethod": [
"#key-1"
]
}