com.atlassian.seraph.util
Class EncryptionUtils
java.lang.Object
com.atlassian.seraph.util.EncryptionUtils
public class EncryptionUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionUtils
public EncryptionUtils()
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.