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 CypherInterface
IOException
public byte[] decrypt(byte[] data, String password) throws IOException
decrypt
in interface CypherInterface
IOException
public void encrypt(OutputStream encodedStream, byte[] data, String password) throws IOException
encrypt
in interface CypherInterface
IOException
public byte[] encrypt(byte[] data, String password) throws IOException
encrypt
in interface CypherInterface
IOException
public String infoLine()
infoLine
in interface CypherInterface
Copyright © 2023 Frank!Framework. All rights reserved.