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

Method Algorithm

xmlenc/xmlenc.go:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34// DigestMethod represents a digest method such as SHA1, etc.
35type DigestMethod interface {
36 Algorithm() string
37 Hash() hash.Hash
38}
39

Callers

nothing calls this directly

Implementers 1

digestMethodxmlenc/digest.go

Calls

no outgoing calls

Tested by

no test coverage detected