|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.security.StringEncrypter
public class StringEncrypter
This class provides a simple string data encrypter
Constructor Summary | |
---|---|
StringEncrypter()
|
Method Summary | |
---|---|
java.lang.String |
decrypt(java.lang.String stringToDecrypt)
|
java.lang.String |
encrypt(java.lang.String stringToEncrypt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringEncrypter() throws EncryptionException
EncryptionException
Method Detail |
---|
public java.lang.String encrypt(@Nullable java.lang.String stringToEncrypt) throws EncryptionException
EncryptionException
public java.lang.String decrypt(@Nullable java.lang.String stringToDecrypt) throws EncryptionException
EncryptionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |