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

Method Error

xmlenc/decrypt.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40type ErrIncorrectKeyLength int
41
42func (e ErrIncorrectKeyLength) Error() string {
43 return fmt.Sprintf("expected key to be %d bytes", int(e))
44}
45
46// ErrIncorrectKeyType is returned when the key is not the correct type
47type ErrIncorrectKeyType string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected