()
| 28 | type ErrCannotFindRequiredElement string |
| 29 | |
| 30 | func (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 |
nothing calls this directly
no outgoing calls
no test coverage detected