public class DefaultCryptor extends Object implements Cryptor
DefaultCryptor()
String
decrypt(String encryptedKey)
encrypt(String plainKey)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultCryptor()
public String encrypt(String plainKey) throws Exception
encrypt
Cryptor
plainKey
Exception
public String decrypt(String encryptedKey) throws Exception
decrypt
encryptedKey
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.