com.atlassian.bamboo.security
Class StringEncrypter

java.lang.Object
  extended by com.atlassian.bamboo.security.StringEncrypter

public class StringEncrypter
extends java.lang.Object

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

StringEncrypter

public StringEncrypter()
                throws EncryptionException
Throws:
EncryptionException
Method Detail

encrypt

public java.lang.String encrypt(@Nullable
                                java.lang.String stringToEncrypt)
                         throws EncryptionException
Throws:
EncryptionException

decrypt

public java.lang.String decrypt(@Nullable
                                java.lang.String stringToDecrypt)
                         throws EncryptionException
Throws:
EncryptionException


Copyright © 2011 Atlassian. All Rights Reserved.