public class AtavismEncryption
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
decrypt(byte[] text)
Decrypt text using private key.
|
static java.lang.String |
DecryptString(java.lang.String encodedString) |
static void |
setPrivateKey() |
public static void setPrivateKey()
public static java.lang.String decrypt(byte[] text)
text
- :encrypted textkey
- :The private keyjava.lang.Exception
public static java.lang.String DecryptString(java.lang.String encodedString)