Encryption mode enumeration
| 37 | * Encryption mode enumeration |
| 38 | */ |
| 39 | private enum EncryptMode { |
| 40 | ENCRYPT, DECRYPT; |
| 41 | } |
| 42 | |
| 43 | // cipher to be used for encryption and decryption |
| 44 | Cipher _cx; |
nothing calls this directly
no outgoing calls
no test coverage detected