MCPcopy
hub / github.com/smallstep/cli / kmsSigner

Struct kmsSigner

internal/cryptoutil/cryptoutil.go:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207type kmsSigner struct {
208 crypto.PublicKey
209 name string
210 kms, key string
211}
212
213type kmsPublicKey struct {
214 crypto.PublicKey

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected