com.atlassian.seraph.util
Class EncryptionUtils

java.lang.Object
  extended by com.atlassian.seraph.util.EncryptionUtils

public class EncryptionUtils
extends Object


Constructor Summary
EncryptionUtils()
           
 
Method Summary
 String decrypt(String encData)
           
 String encrypt(String data)
           
static void main(String[] args)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionUtils

public EncryptionUtils()
Method Detail

encrypt

public String encrypt(String data)

decrypt

public String decrypt(String encData)

setPassword

public void setPassword(String password)

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2013 Atlassian. All Rights Reserved.