Class KeyPublic

PKI public key

Hierarchy

  • KeyPublic

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

key

  • get key(): any
  • Raw representation of key for dcorejs_libjs library purposes.

    Returns any

stringKey

  • get stringKey(): string
  • String representation of key

    Returns string

    String public key.

Static empty

  • get empty(): string

Methods

Static fromPrivateKey

Static fromString

  • fromString(publicString: string): KeyPublic
  • Create KeyPublic object from public key string.

    Parameters

    • publicString: string

      Public key string.

    Returns KeyPublic

    KeyPublic instance.

Powered by DECENT