Class AES
java.lang.Object
com.codingapi.springboot.framework.crypto.AES
-
Field Details
-
KEY_ALGORITHM
- See Also:
-
CIPHER_ALGORITHM
- See Also:
-
-
Constructor Details
-
Method Details
-
getKey
public byte[] getKey() -
getIv
- Throws:
IOException
-
encrypt
- Throws:
Exception
-
decrypt
- Throws:
Exception
-