Documentation ¶
Index ¶
Constants ¶
const ECDSASECP256K1VerificationKey2019 = KeyType("EcdsaSecp256k1VerificationKey2019")
ECDSASECP256K1VerificationKey2019 is the EcdsaSecp256k1VerificationKey2019 verification key type as specified here: https://w3c-ccg.github.io/lds-ecdsa-secp256k1-2019/
const ED25519VerificationKey2018 = KeyType("Ed25519VerificationKey2018")
ED25519VerificationKey2018 is the Ed25519VerificationKey2018 verification key type as specified here: https://w3c-ccg.github.io/lds-ed25519-2018/
const JsonWebKey2020 = KeyType("JsonWebKey2020")
JsonWebKey2020 is a VerificationMethod type. https://w3c-ccg.github.io/lds-jws2020/
const JsonWebSignature2020 = ProofType("JsonWebSignature2020")
JsonWebSignature2020 is a Proof type. https://w3c-ccg.github.io/lds-jws2020
const RSAVerificationKey2018 = KeyType("RsaVerificationKey2018")
RSAVerificationKey2018 is the RsaVerificationKey2018 verification key type as specified here: https://w3c-ccg.github.io/lds-rsa2018/
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URI ¶
URI is a wrapper around url.URL to add json marshalling
func MustParseURI ¶ added in v0.3.0
func (URI) MarshalJSON ¶
func (URI) MarshalText ¶ added in v0.2.0
MarshalText implements encoding.TextMarshaler