|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.tls.SupplementalDataEntry
public class SupplementalDataEntry
| 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 |
|---|
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 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||