KeySize returns the length of the key required.
()
| 20 | |
| 21 | // KeySize returns the length of the key required. |
| 22 | func (e CBC) KeySize() int { |
| 23 | return e.keySize |
| 24 | } |
| 25 | |
| 26 | // Algorithm returns the name of the algorithm, as will be found |
| 27 | // in an xenc:EncryptionMethod element. |