public class DefaultAESImplementation extends Object implements AESImplementation
| Constructor and Description |
|---|
DefaultAESImplementation() |
| 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) |
public void AES256IGEDecrypt(byte[] src,
byte[] dest,
int len,
byte[] iv,
byte[] key)
AES256IGEDecrypt in interface AESImplementationpublic void AES256IGEEncrypt(byte[] src,
byte[] dest,
int len,
byte[] iv,
byte[] key)
AES256IGEEncrypt in interface AESImplementationpublic void AES256IGEEncrypt(String sourceFile, String destFile, byte[] iv, byte[] key) throws IOException
AES256IGEEncrypt in interface AESImplementationIOExceptionpublic void AES256IGEDecrypt(String sourceFile, String destFile, byte[] iv, byte[] key) throws IOException
AES256IGEDecrypt in interface AESImplementationIOExceptionCopyright © 2016. All rights reserved.