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 IOException
IOException
byte[] decodeCiphertext(short type, byte[] ciphertext, int offset, int len) throws IOException
IOException
Copyright © 2015. All rights reserved.