Algorithm returns the name of the algorithm, as will be found in an xenc:EncryptionMethod element.
()
| 26 | // Algorithm returns the name of the algorithm, as will be found |
| 27 | // in an xenc:EncryptionMethod element. |
| 28 | func (e CBC) Algorithm() string { |
| 29 | return e.algorithm |
| 30 | } |
| 31 | |
| 32 | // Encrypt encrypts plaintext with key, which should be a []byte of length KeySize(). |
| 33 | // It returns an xenc:EncryptedData element. |
nothing calls this directly
no outgoing calls
no test coverage detected