de.mid.innovator.util
Class OptimizedAES
java.lang.Object
de.mid.innovator.util.OptimizedAES
public class OptimizedAES
- extends Object
|
Method Summary |
static byte[] |
decrypt(byte[] input,
byte[] keyBytes)
|
static byte[] |
encrypt(byte[] input,
byte[] keyBytes)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptimizedAES
public OptimizedAES()
decrypt
public static byte[] decrypt(byte[] input,
byte[] keyBytes)
throws GeneralSecurityException
- Throws:
GeneralSecurityException
encrypt
public static byte[] encrypt(byte[] input,
byte[] keyBytes)
throws GeneralSecurityException
- Throws:
GeneralSecurityException