Overload List

  NameDescription
GenerateKeyPair(Int32, String, String)
Generates OpenPGP Key pair with RSA encryption and predefined values for compression, hashing and cypher like the ones generated with PGP Desktop(tm) wizard.
GenerateKeyPair(Int32, String, KeyAlgorithm, String, array<CompressionAlgorithm>[]()[], array<HashAlgorithm>[]()[], array<CypherAlgorithm>[]()[])
Generates OpenPGP Key pair (public and private key).
The newly generated key is stored in this KeyStore instance.
GenerateKeyPair(Int32, String, String, String, String, String, String)
Generates OpenPGP Key pair (public and private key).
The newly generated key is stored in this KeyStore instance.
GenerateKeyPair(Int32, String, KeyAlgorithm, String, array<CompressionAlgorithm>[]()[], array<HashAlgorithm>[]()[], array<CypherAlgorithm>[]()[], DateTime)
Generates PGP Key pair (public and private key).
The newly generated key is stored in this KeyStore instance.
GenerateKeyPair(Int32, String, String, String, String, String, String, DateTime)
Generates PGP Key pair (public and private key).
The newly generated key is stored in this KeyStore instance.
GenerateKeyPair(Int32, String, String, String, String, String, String, Int64)
Generates PGP Key pair (public and private key).
The newly generated key is stored in this KeyStore instance.

See Also