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

Struct SignatureAlgorithm

internal/crlutil/signature_algorithms.go:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type SignatureAlgorithm struct {
67 Name string `json:"name"`
68 OID string `json:"oid"`
69 algo x509.SignatureAlgorithm
70 hash crypto.Hash
71}
72
73func (s SignatureAlgorithm) String() string {
74 if s.Name == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected