Class PgpKeyId

  • All Implemented Interfaces:
    Comparable<PgpKeyId>

    public class PgpKeyId
    extends Object
    implements Comparable<PgpKeyId>
    A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.
    • Constructor Detail

      • PgpKeyId

        public PgpKeyId​(long keyId)
      • PgpKeyId

        public PgpKeyId​(org.bouncycastle.openpgp.PGPPublicKey keyId)
      • PgpKeyId

        public PgpKeyId​(org.bouncycastle.openpgp.PGPSignature signature)
      • PgpKeyId

        public PgpKeyId​(String keyId)