NodeOPCUA API Documentation
    Preparing search index...

    Class DiskCertificateKeyPairProvider

    Provides a certificate chain and private key to an OPC UA endpoint.

    Implementations may read from memory, disk, or any other source. See also DiskCertificateKeyPairProvider which implements this interface for disk-based access with lazy caching.

    Implements

    Index

    Constructors

    • Parameters

      • certificateFile: string
      • privateKeyFile: string

      Returns DiskCertificateKeyPairProvider

    Accessors

    Methods

    • Clears cached secrets so the GC can reclaim sensitive material. After calling dispose the holder will re-read from disk on next access.

      Returns void

    • Returns Record<string, string>