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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PgpKeyIdpublic PgpKeyId(long keyId) 
- 
PgpKeyIdpublic PgpKeyId(org.bouncycastle.openpgp.PGPPublicKey keyId) 
- 
PgpKeyIdpublic PgpKeyId(org.bouncycastle.openpgp.PGPSignature signature) 
- 
PgpKeyId
 
- 
- 
Method Details