PgpKeyId

open class PgpKeyId : Comparable<T> (source)

A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.

Constructors

Link copied to clipboard
constructor(keyId: Long)
constructor(keyId: PGPPublicKey)
constructor(signature: PGPSignature)
constructor(keyId: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun compareTo(other: PgpKeyId): Int
Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toHex(keyId: Long): String
Link copied to clipboard
open fun toLong(keyId: String): Long
Link copied to clipboard
open fun toString(): String