NDNts

    NdnsecKeyChain constructor options.

    interface Options {
        home?: string;
        importOptions?: ImportOptions;
        pibLocator?: string;
        tpmLocator?: string;
    }
    Index

    Properties

    home?: string

    HOME environment variable to pass to ndnsec command.

    ndn-cxx will derive PIB locator and TPM locator from HOME environment variable. This is ignored when both .pibLocator and .tpmLocator are specified.

    importOptions?: ImportOptions

    SafeBag import options.

    pibLocator?: string

    ndn-cxx PIB locator.

    This must be specified together with .tpmLocator.

    tpmLocator?: string

    ndn-cxx TPM locator.

    This must be specified together with .pibLocator.

    MMNEPVFCICPMFPCPTTAAATR