C# Class Org.BouncyCastle.Bcpg.ElGamalPublicBcpgKey

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

Méthodes publiques

Méthode Description
ElGamalPublicBcpgKey ( BcpgInputStream bcpgIn ) : System
ElGamalPublicBcpgKey ( BigInteger p, BigInteger g, BigInteger y ) : System
Encode ( BcpgOutputStream bcpgOut ) : void
GetEncoded ( ) : byte[]

Return the standard PGP encoding of the key.

Method Details

ElGamalPublicBcpgKey() public méthode

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

ElGamalPublicBcpgKey() public méthode

public ElGamalPublicBcpgKey ( BigInteger p, BigInteger g, BigInteger y ) : System
p Org.BouncyCastle.Math.BigInteger
g Org.BouncyCastle.Math.BigInteger
y 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[]