MCPcopy Create free account
hub / github.com/crewjam/saml / digestMethod

Struct digestMethod

xmlenc/digest.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type digestMethod struct {
13 algorithm string
14 hash func() hash.Hash
15}
16
17func (dm digestMethod) Algorithm() string {
18 return dm.algorithm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected