C# Class Org.BouncyCastle.Bcpg.DsaSecretBcpgKey

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

Public Methods

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

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

DsaSecretBcpgKey() public method

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