public interface TlsCipher
Modifier and Type | Method and Description |
---|---|
byte[] |
decodeCiphertext(short type,
byte[] ciphertext,
int offset,
int len) |
byte[] |
encodePlaintext(short type,
byte[] plaintext,
int offset,
int len) |
byte[] encodePlaintext(short type, byte[] plaintext, int offset, int len) throws java.io.IOException
java.io.IOException
byte[] decodeCiphertext(short type, byte[] ciphertext, int offset, int len) throws java.io.IOException
java.io.IOException