Package org.bouncycastle.crypto.tls
Class SupplementalDataEntry
- java.lang.Object
-
- org.bouncycastle.crypto.tls.SupplementalDataEntry
-
public class SupplementalDataEntry extends java.lang.Object
Deprecated.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.int
getDataType()
Deprecated.
-