Package org.bouncycastle.tls
Class RecordPreview
- java.lang.Object
-
- org.bouncycastle.tls.RecordPreview
-
public final class RecordPreview extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getApplicationDataLimit()
Deprecated.UsegetContentLimit()
insteadint
getContentLimit()
int
getRecordSize()
-
-
-
Method Detail
-
getApplicationDataLimit
public int getApplicationDataLimit()
Deprecated.UsegetContentLimit()
instead
-
getContentLimit
public int getContentLimit()
-
getRecordSize
public int getRecordSize()
-
-