ts-lambda-api - v2.5.2
    Preparing search index...

    Interface KeyObject

    interface KeyObject {
        passphrase?: string;
        pem: string | Buffer<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    passphrase?: string

    Optional passphrase.

    pem: string | Buffer<ArrayBufferLike>

    Private keys in PEM format.