public interface EncryptionKey
| Modifier and Type | Field and Description |
|---|---|
static int |
BIT_LENGTH_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] source,
int offset,
int length) |
byte[] |
encrypt(byte[] source,
int offset,
int length) |
int |
getBitLength() |
static final int BIT_LENGTH_UNKNOWN
byte[] encrypt(byte[] source,
int offset,
int length)
throws IOException
IOExceptionbyte[] decrypt(byte[] source,
int offset,
int length)
throws IOException
IOExceptionint getBitLength()