The PgpSignatureGenerator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PgpSignatureGenerator | Create a generator for the passed in keyAlgorithm and hashAlgorithm codes.  | 
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| Generate | Return a signature object containing the current signature state.  | |
| GenerateCertification(PgpPublicKey) | Generate a certification, such as a revocation, for the passed in key.  | |
| GenerateCertification(String, PgpPublicKey) | Generate a certification for the passed in ID and key.  | |
| GenerateCertification(PgpPublicKey, PgpPublicKey) | Generate a certification for the passed in key against the passed in master key.  | |
| GenerateCertification(PgpUserAttributeSubpacketVector, PgpPublicKey) | Generate a certification for the passed in userAttributes.  | |
| GenerateOnePassVersion | Return the one pass header associated with the current signature.  | |
| GetHashCode | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| InitSign(Int32, PgpPrivateKey) | Initialise the generator for signing.  | |
| InitSign(Int32, PgpPrivateKey, SecureRandom) | Initialise the generator for signing.  | |
| MemberwiseClone | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| SetHashedSubpackets | ||
| SetUnhashedSubpackets | ||
| ToString | (Inherited from Object.) | |
| Update(Byte) | ||
| Update(array<Byte>[]()[][]) | ||
| Update(array<Byte>[]()[][], Int32, Int32) |