public interface

TlsCipher

org.bouncycastle.crypto.tls.TlsCipher
Known Indirect Subclasses

Summary

Public Methods
abstract byte[] decodeCiphertext(short type, byte[] ciphertext, int offset, int len)
abstract byte[] encodePlaintext(short type, byte[] plaintext, int offset, int len)

Public Methods

public abstract byte[] decodeCiphertext (short type, byte[] ciphertext, int offset, int len)

Throws
IOException

public abstract byte[] encodePlaintext (short type, byte[] plaintext, int offset, int len)

Throws
IOException