public class PgpKeyId extends GroovyObjectSupport implements Comparable<PgpKeyId>
Constructor and Description |
---|
PgpKeyId(long keyId) |
PgpKeyId(org.bouncycastle.openpgp.PGPPublicKey keyId) |
PgpKeyId(org.bouncycastle.openpgp.PGPSignature signature) |
PgpKeyId(String keyId) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PgpKeyId other) |
boolean |
equals(Object other) |
String |
getAsHex() |
long |
getAsLong() |
int |
hashCode() |
static String |
toHex(long keyId) |
static long |
toLong(String keyId) |
String |
toString() |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
public PgpKeyId(long keyId)
public PgpKeyId(org.bouncycastle.openpgp.PGPPublicKey keyId)
public PgpKeyId(org.bouncycastle.openpgp.PGPSignature signature)
public PgpKeyId(String keyId)