C# Class Org.BouncyCastle.Bcpg.ElGamalSecretBcpgKey

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

Méthodes publiques

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

Return the standard PGP encoding of the key.

Method Details

ElGamalSecretBcpgKey() public méthode

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

ElGamalSecretBcpgKey() public méthode

public ElGamalSecretBcpgKey ( 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[]