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