|
Bouncy Castle Cryptography 1.22 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.bouncycastle.bcpg.UserAttributeSubpacket
Basic type for a PGP Signature sub-packet.
| Field Summary | |
protected byte[] |
data
|
| Constructor Summary | |
protected |
UserAttributeSubpacket(int type,
byte[] data)
|
| Method Summary | |
void |
encode(java.io.OutputStream out)
|
byte[] |
getData()
return the generic data making up the packet. |
int |
getType()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected byte[] data
| Constructor Detail |
protected UserAttributeSubpacket(int type,
byte[] data)
| Method Detail |
public int getType()
public byte[] getData()
public void encode(java.io.OutputStream out)
throws java.io.IOException
|
Bouncy Castle Cryptography 1.22 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||