C# Class Org.BouncyCastle.Bcpg.PublicKeyPacket

Basic packet for a PGP public key.
Inheritance: ContainedPacket
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( BcpgOutputStream bcpgOut ) : void
GetEncodedContents ( ) : byte[]
GetTime ( ) : System.DateTime
PublicKeyPacket ( PublicKeyAlgorithmTag algorithm, System.DateTime time, IBcpgKey key ) : System

Construct a version 4 public key packet.

Private Methods

Méthode Description
PublicKeyPacket ( BcpgInputStream bcpgIn ) : System

Method Details

Encode() public méthode

public Encode ( BcpgOutputStream bcpgOut ) : void
bcpgOut BcpgOutputStream
Résultat void

GetEncodedContents() public méthode

public GetEncodedContents ( ) : byte[]
Résultat byte[]

GetTime() public méthode

public GetTime ( ) : System.DateTime
Résultat System.DateTime

PublicKeyPacket() public méthode

Construct a version 4 public key packet.
public PublicKeyPacket ( PublicKeyAlgorithmTag algorithm, System.DateTime time, IBcpgKey key ) : System
algorithm PublicKeyAlgorithmTag
time System.DateTime
key IBcpgKey
Résultat System