Package com.uc4.util
Class C1
java.lang.Object
com.uc4.util.C1
Deprecated.
since 23.0.0 use RC4 instead
Only used for compatibility with old RA agents in 23. Do not import this
class! This class is used for encryption.
-
Method Summary
-
Method Details
-
getRC4Instance
Deprecated.Returns a RC4 instance- Parameters:
key
- String containing a key- Returns:
- RC4
-
encrypt
Deprecated.Encryption- Parameters:
valString
- value StringtoHexString
- true if the output should be a Hex string- Returns:
- encrypted String
-