Overload List

  NameDescription
Public methodGenerateKeyPair(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.
(Inherited from KeyStore.)
Public methodGenerateKeyPair(Int32, String, KeyAlgorithm, String, array<CompressionAlgorithm>[]()[][], array<HashAlgorithm>[]()[][], array<CypherAlgorithm>[]()[][])
Generates OpenPGP Key pair (public and private key) with no expiration date.
The newly generated key is stored in this KeyStore instance.
(Inherited from KeyStore.)
Public methodGenerateKeyPair(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.
(Inherited from KeyStore.)
Public methodGenerateKeyPair(Int32, String, KeyAlgorithm, String, array<CompressionAlgorithm>[]()[][], array<HashAlgorithm>[]()[][], array<CypherAlgorithm>[]()[][], DateTime)
Generates PGP Key pair (public and private key) that expires on given date.
The newly generated key is stored in this KeyStore instance.
(Inherited from KeyStore.)
Public methodGenerateKeyPair(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.
(Inherited from KeyStore.)
Public methodGenerateKeyPair(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.
(Inherited from KeyStore.)

See Also