Package org.bouncycastle.tls.crypto
Class TlsDecodeResult
- java.lang.Object
-
- org.bouncycastle.tls.crypto.TlsDecodeResult
-
public final class TlsDecodeResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
buf
short
contentType
int
len
int
off
-
Constructor Summary
Constructors Constructor Description TlsDecodeResult(byte[] buf, int off, int len, short contentType)
-