public class AesVaultCoder extends Object implements VaultCoder
AesVaultCoder()
AesVaultCoder(String password)
String
decrypt(String str)
encrypt(String str)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AesVaultCoder()
public AesVaultCoder(String password)
public String encrypt(String str) throws Exception
encrypt
VaultCoder
Exception
public String decrypt(String str) throws Exception
decrypt
Copyright © 2024. All rights reserved.