Constructor and Description |
---|
TlsNullCipher() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
copyData(byte[] text,
int offset,
int len) |
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)
encodePlaintext
in interface TlsCipher
public byte[] decodeCiphertext(short type, byte[] ciphertext, int offset, int len)
decodeCiphertext
in interface TlsCipher
protected byte[] copyData(byte[] text, int offset, int len)
Copyright © 2015. All rights reserved.