C# Class Org.BouncyCastle.Bcpg.ElGamalSecretBcpgKey

Base class for an ElGamal secret key.
Inheritance: BcpgObject, IBcpgKey
Mostrar archivo Open project: nonorganic/dssnet

Public Methods

Method 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 method

public ElGamalSecretBcpgKey ( BcpgInputStream bcpgIn ) : System
bcpgIn BcpgInputStream
return System

ElGamalSecretBcpgKey() public method

public ElGamalSecretBcpgKey ( BigInteger x ) : System
x Org.BouncyCastle.Math.BigInteger
return System

Encode() public method

public Encode ( BcpgOutputStream bcpgOut ) : void
bcpgOut BcpgOutputStream
return void

GetEncoded() public method

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