public interface Cryptor
String
decrypt(String encryptedKey)
encrypt(String plainKey)
String encrypt(String plainKey) throws Exception
plainKey
Exception
String decrypt(String encryptedKey) throws Exception
encryptedKey
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.