Class UserAttributeSubpacket
- Namespace
- Enterprises.Org.BouncyCastle.Bcpg
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class UserAttributeSubpacket
- Inheritance
-
UserAttributeSubpacket
- Derived
-
- Inherited Members
-
Constructors
UserAttributeSubpacket(UserAttributeSubpacketTag, bool, byte[])
protected UserAttributeSubpacket(UserAttributeSubpacketTag type, bool forceLongLength, byte[] data)
Parameters
type
UserAttributeSubpacketTag
forceLongLength
bool
data
byte[]
UserAttributeSubpacket(UserAttributeSubpacketTag, byte[])
protected UserAttributeSubpacket(UserAttributeSubpacketTag type, byte[] data)
Parameters
type
UserAttributeSubpacketTag
data
byte[]
Fields
data
protected readonly byte[] data
Field Value
- byte[]
Properties
SubpacketType
public virtual UserAttributeSubpacketTag SubpacketType { get; }
Property Value
- UserAttributeSubpacketTag
Methods
Encode(Stream)
public virtual void Encode(Stream os)
Parameters
os
Stream
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
- bool
GetData()
public virtual byte[] GetData()
Returns
- byte[]
GetHashCode()
public override int GetHashCode()
Returns
- int