|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.plugins.signing.signatory.pgp.PgpKeyId
class PgpKeyId
A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.
Property Summary | |
---|---|
String |
asHex
|
long |
asLong
|
Constructor Summary | |
PgpKeyId(long keyId)
|
|
PgpKeyId(PGPPublicKey keyId)
|
|
PgpKeyId(PGPSignature signature)
|
|
PgpKeyId(String keyId)
|
Method Summary | |
---|---|
int
|
compareTo(PgpKeyId other)
|
boolean
|
equals(Object other)
|
int
|
hashCode()
|
static String
|
toHex(long keyId)
|
static long
|
toLong(String keyId)
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final String asHex
final long asLong
Constructor Detail |
---|
PgpKeyId(long keyId)
PgpKeyId(PGPPublicKey keyId)
PgpKeyId(PGPSignature signature)
PgpKeyId(String keyId)
Method Detail |
---|
int compareTo(PgpKeyId other)
@Override boolean equals(Object other)
@Override int hashCode()
static String toHex(long keyId)
static long toLong(String keyId)
@Override String toString()
Gradle API 1.12