PgpKeyId

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

Since

1.0

Constructors

Link copied to clipboard
constructor(keyId: Long)
Creates a new PgpKeyId.
constructor(keyId: PGPPublicKey)
Creates a new PgpKeyId.
constructor(signature: PGPSignature)
Creates a new PgpKeyId.
constructor(keyId: String)
Creates a new PgpKeyId.

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
To hex.
Link copied to clipboard
open fun toLong(keyId: String): Long
To long.
Link copied to clipboard
open fun toString(): String