Interface ExtendedPublicKey

Hierarchy

  • PublicKey
    • ExtendedPublicKey

Properties

Methods

Properties

comment: string

The key comment, if any.

e: BigInteger
fingerprint: string

The key fingerprint, like it would display on a device. Note that this is different than the one you'd get from forge.ssh.getPublicKeyFingerprint(key), because the device fingerprint is based on the original format.

n: BigInteger

Methods

  • Parameters

    • data: string
    • Optional scheme: EncryptionScheme
    • Optional schemeOptions: any

    Returns string

  • Parameters

    • digest: string
    • signature: string
    • Optional scheme: any

    Returns boolean

Generated using TypeDoc