Skip to content

Documentation


Documentation / @u-net/issuer / IssuerSigner

Interface: IssuerSigner

Defined in: index.ts:21

Properties

credentialKeyId?

optional credentialKeyId?: string

Defined in: index.ts:26


credentialPrivateKeyPem?

optional credentialPrivateKeyPem?: string

Defined in: index.ts:27


credentialPublicKeyPem?

optional credentialPublicKeyPem?: string

Defined in: index.ts:28


credentialSignatureScheme?

optional credentialSignatureScheme?: "ecdsa_secp256k1_compact_low_s"

Defined in: index.ts:29


issuerId

issuerId: string

Defined in: index.ts:22


keyId

keyId: string

Defined in: index.ts:23


privateKeyPem

privateKeyPem: string

Defined in: index.ts:24


publicKeyPem?

optional publicKeyPem?: string

Defined in: index.ts:25