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

    Function parseDkimPublicKey

    • Parse a DKIM public key from the record p= value.

      Parameters

      • k: string

        The key algorithm tag (rsa or ed25519).

      • pBase64: string

        The base64-encoded key material (SPKI for RSA, raw for Ed25519).

      Returns AsymmetricKey