The PgpKeyRingGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PgpKeyRingGenerator(Int32, PgpKeyPair, String, SymmetricKeyAlgorithmTag, array<Char>[]()[][], PgpSignatureSubpacketVector, PgpSignatureSubpacketVector, SecureRandom) |
Create a new key ring generator using old style checksumming. It is recommended to use
SHA1 checksumming where possible.
|
![]() | PgpKeyRingGenerator(Int32, PgpKeyPair, String, SymmetricKeyAlgorithmTag, array<Char>[]()[][], Boolean, PgpSignatureSubpacketVector, PgpSignatureSubpacketVector, SecureRandom) |
Create a new key ring generator.
|
Methods
Name | Description | |
---|---|---|
![]() | AddSubKey(PgpKeyPair) | Add a subkey to the key ring to be generated with default certification. |
![]() | AddSubKey(PgpKeyPair, PgpSignatureSubpacketVector, PgpSignatureSubpacketVector) |
Add a subkey with specific hashed and unhashed packets associated with it and
default certification.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GeneratePublicKeyRing | Return the public key ring that corresponds to the secret key ring. |
![]() | GenerateSecretKeyRing | Return the secret key ring. |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |