Class PgpKeyId
java.lang.Object
org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- All Implemented Interfaces:
 Comparable<PgpKeyId>
A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PgpKeyId
public PgpKeyId(long keyId)  - 
PgpKeyId
public PgpKeyId(org.bouncycastle.openpgp.PGPPublicKey keyId)  - 
PgpKeyId
public PgpKeyId(org.bouncycastle.openpgp.PGPSignature signature)  - 
PgpKeyId
 
 - 
 - 
Method Details