Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class SupplementalDataEntry

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

public class SupplementalDataEntry
extends java.lang.Object


Constructor Summary
SupplementalDataEntry(int supp_data_type, 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
 

Constructor Detail

SupplementalDataEntry

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

getDataType

public int getDataType()

getData

public byte[] getData()

Bouncy Castle Cryptography Library 1.49