Package com.arms.api.util.aes
Class AES256Decryption
- java.lang.Object
-
- com.arms.api.util.aes.AES256Decryption
-
@Component public class AES256Decryption extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AES256Decryption(AES256 aes256)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdecrypt(java.lang.String encryptedText)
-
-
-
Constructor Detail
-
AES256Decryption
public AES256Decryption(AES256 aes256)
-
-