org.bouncycastle.bcpg

Class UserAttributePacket

public class UserAttributePacket extends ContainedPacket

Basic type for a user attribute packet.
Constructor Summary
UserAttributePacket(BCPGInputStream in)
UserAttributePacket(UserAttributeSubpacket[] subpackets)
Method Summary
voidencode(BCPGOutputStream out)
UserAttributeSubpacket[]getSubpackets()

Constructor Detail

UserAttributePacket

public UserAttributePacket(BCPGInputStream in)

UserAttributePacket

public UserAttributePacket(UserAttributeSubpacket[] subpackets)

Method Detail

encode

public void encode(BCPGOutputStream out)

getSubpackets

public UserAttributeSubpacket[] getSubpackets()