(key interface{}, ciphertextEl *etree.Element)
| 29 | type Decrypter interface { |
| 30 | Algorithm() string |
| 31 | Decrypt(key interface{}, ciphertextEl *etree.Element) ([]byte, error) |
| 32 | } |
| 33 | |
| 34 | // DigestMethod represents a digest method such as SHA1, etc. |
no outgoing calls