NodeOPCUA API Documentation
    Preparing search index...

    Interface ICertificateManagerWithAsyncPrivateKey

    Minimal shape of an OPCUACertificateManager needed to resolve the private key.

    interface ICertificateManagerWithAsyncPrivateKey {
        getPrivateKey(): Promise<PrivateKey>;
    }
    Index
    • Returns Promise<PrivateKey>