Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.tls
Class SupplementalDataEntry

java.lang.Object
  extended by org.bouncycastle.crypto.tls.SupplementalDataEntry

public class SupplementalDataEntry
extends java.lang.Object


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

Field Detail

dataType

protected int dataType

data

protected byte[] data
Constructor Detail

SupplementalDataEntry

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

getDataType

public int getDataType()

getData

public byte[] getData()

Bouncy Castle Cryptography 1.50