Discuss this help topic in SecureBlackbox Forum
Generates new key and binds the user to it.
Declaration
Parameters
Public key algorithm values
|
Description
Use this method to generate new secret key and bind the user to it at once.
You can generate the key together with subkey.
The widely used OpenPGP keypair format today is a
<main key, subkey> bundle with a sign-only main key and encrypt-only subkey.
PGP 2.6.x used an older key format that only consisted of a single encrypt-and-sign RSA key.
TElPGPSecretKey publishes two overloaded
Generate() methods,
the first one for generating older keys and the second for generating modern keys.
If you have no special requirements for key format (either old or new), choose the new one.