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
objobjectThe object to compare with the current object.
Returns
FromSubpackets(UserAttributeSubpacket[])
public static PgpUserAttributeSubpacketVector FromSubpackets(UserAttributeSubpacket[] packets)
Parameters
packetsUserAttributeSubpacket[]
Returns
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
GetSubpacket(UserAttributeSubpacketTag)
public UserAttributeSubpacket GetSubpacket(UserAttributeSubpacketTag type)