public interface AESImplementation
| Modifier and Type | Method and Description |
|---|---|
void |
AES256IGEDecrypt(byte[] src,
byte[] dest,
int len,
byte[] iv,
byte[] key) |
void |
AES256IGEDecrypt(String sourceFile,
String destFile,
byte[] iv,
byte[] key) |
void |
AES256IGEEncrypt(byte[] src,
byte[] dest,
int len,
byte[] iv,
byte[] key) |
void |
AES256IGEEncrypt(String sourceFile,
String destFile,
byte[] iv,
byte[] key) |
void AES256IGEDecrypt(byte[] src,
byte[] dest,
int len,
byte[] iv,
byte[] key)
void AES256IGEEncrypt(byte[] src,
byte[] dest,
int len,
byte[] iv,
byte[] key)
void AES256IGEEncrypt(String sourceFile, String destFile, byte[] iv, byte[] key) throws IOException
IOExceptionvoid AES256IGEDecrypt(String sourceFile, String destFile, byte[] iv, byte[] key) throws IOException
IOExceptionCopyright © 2017. All rights reserved.