Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class SupplementalDataEntry

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.SupplementalDataEntry

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class SupplementalDataEntry
extends java.lang.Object


Field Summary
protected  byte[] data
          Deprecated.  
protected  int dataType
          Deprecated.  
 
Constructor Summary
SupplementalDataEntry(int dataType, byte[] data)
          Deprecated.  
 
Method Summary
 byte[] getData()
          Deprecated.  
 int getDataType()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataType

protected int dataType
Deprecated. 

data

protected byte[] data
Deprecated. 
Constructor Detail

SupplementalDataEntry

public SupplementalDataEntry(int dataType,
                             byte[] data)
Deprecated. 
Method Detail

getDataType

public int getDataType()
Deprecated. 

getData

public byte[] getData()
Deprecated. 

Bouncy Castle Cryptography Library 1.64