Table of Contents

Class PgpUserAttributeSubpacketVector

Namespace
Org.BouncyCastle.Bcpg.OpenPgp
Assembly
BouncyCastle.Cryptography.dll
public class PgpUserAttributeSubpacketVector : IUserDataPacket
Inheritance
PgpUserAttributeSubpacketVector
Implements
Inherited Members

Remarks

Container for a list of user attribute subpackets.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

FromSubpackets(UserAttributeSubpacket[])

public static PgpUserAttributeSubpacketVector FromSubpackets(UserAttributeSubpacket[] packets)

Parameters

packets UserAttributeSubpacket[]

Returns

PgpUserAttributeSubpacketVector

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetImageAttribute()

public ImageAttrib GetImageAttribute()

Returns

ImageAttrib

GetSubpacket(UserAttributeSubpacketTag)

public UserAttributeSubpacket GetSubpacket(UserAttributeSubpacketTag type)

Parameters

type UserAttributeSubpacketTag

Returns

UserAttributeSubpacket