class PgpKeyId
A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.
| Type | Name and description | 
|---|---|
| String | asHex | 
| long | asLong | 
| Constructor and description | 
|---|
| PgpKeyId
                                (long keyId) | 
| PgpKeyId
                                (PGPPublicKey keyId) | 
| PgpKeyId
                                (PGPSignature signature) | 
| PgpKeyId
                                (String keyId) | 
Gradle API 2.2-20140924021627+0000