package
1.1.2
Repository: https://github.com/trustbloc/kms-go.git
Documentation: pkg.go.dev

# Functions

JWKFromKey creates a JWK from an opaque key struct.
JWKFromX25519Key is similar to JWKFromKey but is specific to X25519 keys when using a public key as raw []byte.
PubKeyBytesToJWK converts marshalled bytes of keyType into JWK.
PubKeyBytesToKey creates an opaque key struct from the given public key bytes.
PublicKeyFromJWK builds a cryptoapi.PublicKey from jwkKey.