C# Class Org.BouncyCastle.Bcpg.RsaSecretBcpgKey

Base class for an RSA secret (or priate) key.
Inheritance: BcpgObject, IBcpgKey
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode 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 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[]

RsaSecretBcpgKey() public méthode

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

RsaSecretBcpgKey() public méthode

public RsaSecretBcpgKey ( BigInteger d, BigInteger p, BigInteger q ) : System
d Org.BouncyCastle.Math.BigInteger
p Org.BouncyCastle.Math.BigInteger
q Org.BouncyCastle.Math.BigInteger
Résultat System