MCPcopy Create free account
hub / github.com/0linlin0/CyberBox / EncryptMode

Enum EncryptMode

Skay_Exp/src/tools/CryptLib.java:39–41  ·  view source on GitHub ↗

Encryption mode enumeration

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected