fmgp.did.VerificationMethodEmbeddedJWK
See theVerificationMethodEmbeddedJWK companion object
case class VerificationMethodEmbeddedJWK(id: Required[DIDURLSyntax], controller: Required[DIDController], `type`: Required[String], publicKeyJwk: Required[PublicKey]) extends VerificationMethodEmbedded
VerificationMethodEmbeddedJWK
Attributes
- publicKeyJwk
is a JSON Web Key (JWK) - RFC7517 - https://www.rfc-editor.org/rfc/rfc7517
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait VerificationMethodclass Objecttrait Matchableclass Any