public class CypherAES extends Object implements CypherInterface
| Constructor and Description |
|---|
CypherAES() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] data,
String password) |
void |
decrypt(OutputStream decodedStream,
byte[] data,
String password) |
byte[] |
encrypt(byte[] data,
String password) |
void |
encrypt(OutputStream encodedStream,
byte[] data,
String password) |
String |
infoLine() |
public static final String CYPHER_ID
public void decrypt(OutputStream decodedStream, byte[] data, String password) throws IOException
decrypt in interface CypherInterfaceIOExceptionpublic byte[] decrypt(byte[] data,
String password)
throws IOException
decrypt in interface CypherInterfaceIOExceptionpublic void encrypt(OutputStream encodedStream, byte[] data, String password) throws IOException
encrypt in interface CypherInterfaceIOExceptionpublic byte[] encrypt(byte[] data,
String password)
throws IOException
encrypt in interface CypherInterfaceIOExceptionpublic String infoLine()
infoLine in interface CypherInterfaceCopyright © 2023 Frank!Framework. All rights reserved.