| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String string)
Decrypts the string with the given key
|
String |
decrypt(String string,
Key dkey)
Decrypts the string with the given key
|
String |
encrypt(String string)
Encrypts the string with the context Key
|
String |
encrypt(String string,
Key ekey)
Encrypts the string with the given key
|
static StringEncrypter |
getEncrypter()
Gets the Encrypter for
String |
public static StringEncrypter getEncrypter()
Stringpublic String encrypt(String string) throws Exception
public String encrypt(String string, Key ekey) throws Exception
public String decrypt(String string) throws Exception
Copyright © 2019. All Rights Reserved.