Package org.bouncycastle.tls.crypto
Class TlsDecodeResult
java.lang.Object
org.bouncycastle.tls.crypto.TlsDecodeResult
-
Field Summary
Modifier and TypeFieldDescriptionfinal byte[]
final short
final int
final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
buf
public final byte[] buf -
off
public final int off -
len
public final int len -
contentType
public final short contentType
-
-
Constructor Details
-
TlsDecodeResult
public TlsDecodeResult(byte[] buf, int off, int len, short contentType)
-