C# Class Org.BouncyCastle.Bcpg.SignatureSubpacket

Basic type for a PGP Signature sub-packet.
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( Stream os ) : void
GetData ( ) : byte[]

Return the generic data making up the packet.

IsCritical ( ) : bool

Méthodes protégées

Méthode Description
SignatureSubpacket ( SignatureSubpacketTag type, bool critical, byte data ) : System.IO

Method Details

Encode() public méthode

public Encode ( Stream os ) : void
os System.IO.Stream
Résultat void

GetData() public méthode

Return the generic data making up the packet.
public GetData ( ) : byte[]
Résultat byte[]

IsCritical() public méthode

public IsCritical ( ) : bool
Résultat bool

SignatureSubpacket() protected méthode

protected SignatureSubpacket ( SignatureSubpacketTag type, bool critical, byte data ) : System.IO
type SignatureSubpacketTag
critical bool
data byte
Résultat System.IO