|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.tls.SupplementalDataEntry
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 |
protected int dataType
protected byte[] data
Constructor Detail |
public SupplementalDataEntry(int dataType, byte[] data)
Method Detail |
public int getDataType()
public byte[] getData()
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |