C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpUserAttributeSubpacketVector

Container for a list of user attribute subpackets.
Inheritance: IPgpUserAttributeSubpacketVector
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetImageAttribute ( ) : ImageAttrib
GetSubpacket ( UserAttributeSubpacketTag type ) : UserAttributeSubpacket

Private Methods

Method Description
PgpUserAttributeSubpacketVector ( UserAttributeSubpacket packets ) : Org.BouncyCastle.Bcpg.Attr
ToSubpacketArray ( ) : UserAttributeSubpacket[]

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetImageAttribute() public method

public GetImageAttribute ( ) : ImageAttrib
return Org.BouncyCastle.Bcpg.Attr.ImageAttrib

GetSubpacket() public method

public GetSubpacket ( UserAttributeSubpacketTag type ) : UserAttributeSubpacket
type UserAttributeSubpacketTag
return UserAttributeSubpacket