The PGPkeys type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| PGPkeys |
Constructor
| |
| PGPkeys(String, String, String, String, String, String, String, String) |
Constructor: Initialize key element. Not use at this moment
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| created |
Created Date, yyyy-mm-dd
| |
Email. Max length is 40
| ||
| expired |
Expired Date
| |
| fingerprint |
Key fingerprint. Length is 40 with hex string
| |
| keyalg |
Key Algorithm. Possible value is "RSA", "DSA/Elgamal", "DSA/DH", "Elgamal"
| |
| keyid |
Key ID. Length is 8
| |
| keylen |
Key Length in bits
| |
| usrname |
User name or key name. Max length is 20
|
See Also