node-opcua-pki 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -111,7 +111,7 @@ export declare class CertificateManager {
|
|
|
111
111
|
private _initialize;
|
|
112
112
|
dispose(): Promise<void>;
|
|
113
113
|
private withLock;
|
|
114
|
-
|
|
114
|
+
protected withLock2<T>(action: () => Promise<T>): Promise<T>;
|
|
115
115
|
/**
|
|
116
116
|
*
|
|
117
117
|
* create a self-signed certificate for the CertificateManager private key
|