C# Class Org.BouncyCastle.Bcpg.DsaSecretBcpgKey

Base class for a DSA secret key.
Inheritance: BcpgObject, IBcpgKey
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
DsaSecretBcpgKey ( BcpgInputStream bcpgIn ) : System
DsaSecretBcpgKey ( BigInteger x ) : System
Encode ( BcpgOutputStream bcpgOut ) : void
GetEncoded ( ) : byte[]

Return the standard PGP encoding of the key.

Method Details

DsaSecretBcpgKey() public méthode

public DsaSecretBcpgKey ( BcpgInputStream bcpgIn ) : System
bcpgIn BcpgInputStream
Résultat System

DsaSecretBcpgKey() public méthode

public DsaSecretBcpgKey ( BigInteger x ) : System
x Org.BouncyCastle.Math.BigInteger
Résultat System

Encode() public méthode

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

GetEncoded() public méthode

Return the standard PGP encoding of the key.
public GetEncoded ( ) : byte[]
Résultat byte[]