public interface CypherInterface
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedData,
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() |
void decrypt(OutputStream decodedStream, byte[] data, String password) throws IOException
IOExceptionbyte[] decrypt(byte[] encryptedData,
String password)
throws IOException
IOExceptionvoid encrypt(OutputStream encodedStream, byte[] data, String password) throws IOException
IOExceptionbyte[] encrypt(byte[] data,
String password)
throws IOException
IOExceptionString infoLine()
Copyright © 2023 Frank!Framework. All rights reserved.