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
Value parameters
- publicKeyJwk
-
is a JSON Web Key (JWK) - RFC7517 - https://www.rfc-editor.org/rfc/rfc7517
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait VerificationMethodclass Objecttrait Matchableclass Any
Members list
In this article