Package org.bouncycastle.crypto.tls
Class SupplementalDataEntry
- java.lang.Object
-
- org.bouncycastle.crypto.tls.SupplementalDataEntry
-
public class SupplementalDataEntry extends java.lang.ObjectDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Constructor Summary
Constructors Constructor Description SupplementalDataEntry(int dataType, byte[] data)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]getData()Deprecated.intgetDataType()Deprecated.
-