class PgpKeyId extends Object
A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.
String
asHex
long
asLong
PgpKeyId (long keyId)
PgpKeyId (org.bouncycastle.openpgp.PGPPublicKey keyId)
PgpKeyId (org.bouncycastle.openpgp.PGPSignature signature)
PgpKeyId (String keyId)
int
compareTo(PgpKeyId other)
boolean
equals(Object other)
hashCode()
static String
toHex(long keyId)
static long
toLong(String keyId)
toString()
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Gradle API 2.8