Package sk.antons.sprops.security
Class Aes
- java.lang.Object
-
- sk.antons.sprops.security.Aes
-
public class Aes extends Object
Aes helper class- Author:
- antons
-
-
Constructor Summary
Constructors Constructor Description Aes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]decode(byte[] key, byte[] iv, byte[] data)static byte[]encode(byte[] key, byte[] iv, byte[] data)
-