Package org.ujmp.core.util
Class EncryptionUtil
java.lang.Object
org.ujmp.core.util.EncryptionUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
aesDecrypt
(byte[] input, byte[] key) static byte[]
aesDecrypt
(byte[] input, byte[] key, byte[] iv) static byte[]
aesDecrypt
(byte[] input, Key key) static byte[]
aesDecrypt
(byte[] input, Key secret, byte[] iv) static byte[]
aesEncrypt
(byte[] input, byte[] key) static byte[]
aesEncrypt
(byte[] input, byte[] key, byte[] iv) static byte[]
aesEncrypt
(byte[] input, Key key) static byte[]
aesEncrypt
(byte[] input, Key secret, byte[] iv)
-
Field Details
-
IV16
public static final byte[] IV16
-
-
Constructor Details
-
EncryptionUtil
public EncryptionUtil()
-
-
Method Details