Method | Description | |
---|---|---|
Encode ( |
||
GetEncoded ( ) : byte[] |
Return the standard PGP encoding of the key.
|
|
RsaPublicBcpgKey ( |
Construct an RSA public key from the passed in stream.
|
|
RsaPublicBcpgKey ( |
public Encode ( |
||
bcpgOut | ||
return | void |
public RsaPublicBcpgKey ( |
||
bcpgIn | ||
return | System |
public RsaPublicBcpgKey ( |
||
n | The modulus. | |
e | The public exponent. | |
return | System |