package
1.0.0
Repository: https://github.com/trustbloc/orb.git
Documentation: pkg.go.dev

# Functions

New returns new instance of VC signer.
WithCreated allows providing time when signing credentials.
WithDomain allows providing domain when signing credentials.
WithSignatureRepresentation allows providing signature representation when signing credentials.

# Constants

AssertionMethod assertionMethod.
CtxEd25519Signature2018 is the ED25519-2018 context.
CtxEd25519Signature2020 is the ED25519-2020 context.
CtxJWS is the JWS context.
Ed25519Signature2018 ed25519 signature suite.
Ed25519Signature2020 ed25519 signature suite.
JSONWebSignature2020 json web signature suite.

# Structs

Providers contains all of the providers required by verifiable credential signer.
Signer to sign verifiable credential.
SigningParams contains required parameters for signing anchored credential.

# Type aliases

Opt represents option for Sign fn.