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

Method Error

xmlenc/decrypt.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28type ErrCannotFindRequiredElement string
29
30func (e ErrCannotFindRequiredElement) Error() string {
31 return "cannot find required element: " + string(e)
32}
33
34// ErrIncorrectTag is returned when Decrypt is passed an element which
35// is neither an EncryptedType nor an EncryptedKey

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected