- org.gradle.plugins.signing.signatory.pgp.PgpKeyId
-
- All Implemented Interfaces and Traits:
- Comparable
public class PgpKeyId
extends Object
A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.
-
-
Constructor Summary
Constructors
Constructor and description |
PgpKeyId
(long keyId)
|
PgpKeyId
(org.bouncycastle.openpgp.PGPPublicKey keyId)
|
PgpKeyId
(org.bouncycastle.openpgp.PGPSignature signature)
|
PgpKeyId
(String keyId)
|
-
Methods Summary
-
Inherited Methods Summary
-
-
Constructor Detail
-
public PgpKeyId(long keyId)
-
public PgpKeyId(org.bouncycastle.openpgp.PGPPublicKey keyId)
-
public PgpKeyId(org.bouncycastle.openpgp.PGPSignature signature)
-
Method Detail
-
public final String getAsHex()
-
public final long getAsLong()
-
public static String toHex(long keyId)
-
public static long toLong(String keyId)
Gradle API 3.0-milestone-1