mimekit-ts - v1.0.0
    Preparing search index...

    Class OpenPgpDigitalCertificate

    An OpenPGP digital certificate — a thin, read-only view over an OpenPGP public key.

    Implements

    Index
    publicKey: PublicKey

    The underlying OpenPGP public key.

    publicKeyAlgorithm: PublicKeyAlgorithm

    The public key algorithm.

    fingerprint: string

    The 40-character lowercase-hex key fingerprint.

    keyId: string

    The hex key id.

    expirationDate: Date

    The expiration date of the certificate (8640000000000000 = never).