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

TypeAlias ErrAlgorithmNotImplemented

xmlenc/decrypt.go:20–20  ·  view source on GitHub ↗

ErrAlgorithmNotImplemented is returned when encryption used is not supported.

Source from the content-addressed store, hash-verified

18// ErrAlgorithmNotImplemented is returned when encryption used is not
19// supported.
20type ErrAlgorithmNotImplemented string
21
22func (e ErrAlgorithmNotImplemented) Error() string {
23 return "algorithm is not implemented: " + string(e)

Callers 2

DecryptMethod · 0.85
DecryptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected