|
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.UserAttributePacket
Basic type for a user attribute packet.
Constructor Summary | |
UserAttributePacket(BCPGInputStream in)
|
|
UserAttributePacket(UserAttributeSubpacket[] subpackets)
|
Method Summary | |
void |
encode(BCPGOutputStream out)
|
UserAttributeSubpacket[] |
getSubpackets()
|
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 UserAttributePacket(BCPGInputStream in) throws java.io.IOException
public UserAttributePacket(UserAttributeSubpacket[] subpackets)
Method Detail |
public UserAttributeSubpacket[] getSubpackets()
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 |