C# Class Org.BouncyCastle.Bcpg.RsaSecretBcpgKey

Base class for an RSA secret (or priate) key.
Inheritance: BcpgObject, IBcpgKey
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
Encode ( BcpgOutputStream bcpgOut ) : void
GetEncoded ( ) : byte[]

Return the standard PGP encoding of the key.

RsaSecretBcpgKey ( BcpgInputStream bcpgIn ) : System
RsaSecretBcpgKey ( BigInteger d, BigInteger p, BigInteger q ) : System

Method Details

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[]

RsaSecretBcpgKey() public method

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

RsaSecretBcpgKey() public method

public RsaSecretBcpgKey ( BigInteger d, BigInteger p, BigInteger q ) : System
d Org.BouncyCastle.Math.BigInteger
p Org.BouncyCastle.Math.BigInteger
q Org.BouncyCastle.Math.BigInteger
return System