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

Method Error

xmlenc/decrypt.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20type ErrAlgorithmNotImplemented string
21
22func (e ErrAlgorithmNotImplemented) Error() string {
23 return "algorithm is not implemented: " + string(e)
24}
25
26// ErrCannotFindRequiredElement is returned by Decrypt when a required
27// element cannot be found.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected