|
Bouncy Castle Cryptography 1.24 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.bcpg.Packet | +--org.bouncycastle.bcpg.ContainedPacket | +--org.bouncycastle.bcpg.UserIDPacket
Basic type for a user ID packet.
Constructor Summary | |
UserIDPacket(BCPGInputStream in)
|
|
UserIDPacket(java.lang.String id)
|
Method Summary | |
void |
encode(BCPGOutputStream out)
|
java.lang.String |
getID()
|
Methods inherited from class org.bouncycastle.bcpg.ContainedPacket |
getEncoded |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public UserIDPacket(BCPGInputStream in) throws java.io.IOException
public UserIDPacket(java.lang.String id)
Method Detail |
public java.lang.String getID()
public void encode(BCPGOutputStream out) throws java.io.IOException
|
Bouncy Castle Cryptography 1.24 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |