public class TlsBlockCipher extends Object
| 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) |
public byte[] encodePlaintext(short type,
byte[] plaintext,
int offset,
int len)
public byte[] decodeCiphertext(short type,
byte[] ciphertext,
int offset,
int len)
throws IOException
IOExceptionCopyright © 2017. All rights reserved.