PINNED_PUBLIC_KEY

data class PINNED_PUBLIC_KEY(pubKey: String) : TcpSocket.TLS

Used for Electrum servers when expecting a specific public key (for example self-signed certificates)

Constructors

PINNED_PUBLIC_KEY
Link copied to clipboard
common
fun PINNED_PUBLIC_KEY(pubKey: String)

Properties

pubKey
Link copied to clipboard
common
val pubKey: String

DER-encoded publicKey as base64 string. (I.e. same as PEM format, without BEGIN/END header/footer)