PublicKey

class PublicKey

Contains information about a returned public key.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fingerprint of the public key.

Link copied to clipboard

The ending time of validity of the public key.

Link copied to clipboard

The starting time of validity of the public key.

Link copied to clipboard

The DER encoded public key value in PKCS#1 format.

Functions

Link copied to clipboard
inline fun copy(block: PublicKey.Builder.() -> Unit = {}): PublicKey
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String