NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
ICertificateManager
Interface ICertificateManager
interface
ICertificateManager
{
checkCertificate
(
certificate
:
DER
)
:
Promise
<
StatusCode
>
;
checkCertificate
(
certificate
:
DER
,
callback
:
StatusCodeCallback
)
:
void
;
getTrustStatus
(
certificate
:
DER
)
:
Promise
<
StatusCode
>
;
getTrustStatus
(
certificate
:
DER
,
callback
:
StatusCodeCallback
)
:
void
;
rejectCertificate
(
certificate
:
DER
,
callback
:
(
err
?:
Error
|
null
)
=>
void
,
)
:
void
;
rejectCertificate
(
certificate
:
DER
)
:
Promise
<
void
>
;
trustCertificate
(
certificate
:
DER
,
callback
:
(
err
?:
Error
|
null
)
=>
void
,
)
:
void
;
trustCertificate
(
certificate
:
DER
)
:
Promise
<
void
>
;
}
Implemented by
OPCUACertificateManager
Index
Methods
check
Certificate
get
Trust
Status
reject
Certificate
trust
Certificate
Methods
check
Certificate
checkCertificate
(
certificate
:
DER
)
:
Promise
<
StatusCode
>
Parameters
certificate
:
DER
Returns
Promise
<
StatusCode
>
checkCertificate
(
certificate
:
DER
,
callback
:
StatusCodeCallback
)
:
void
Parameters
certificate
:
DER
callback
:
StatusCodeCallback
Returns
void
get
Trust
Status
getTrustStatus
(
certificate
:
DER
)
:
Promise
<
StatusCode
>
Parameters
certificate
:
DER
Returns
Promise
<
StatusCode
>
getTrustStatus
(
certificate
:
DER
,
callback
:
StatusCodeCallback
)
:
void
Parameters
certificate
:
DER
callback
:
StatusCodeCallback
Returns
void
reject
Certificate
rejectCertificate
(
certificate
:
DER
,
callback
:
(
err
?:
Error
|
null
)
=>
void
,
)
:
void
Parameters
certificate
:
DER
callback
:
(
err
?:
Error
|
null
)
=>
void
Returns
void
rejectCertificate
(
certificate
:
DER
)
:
Promise
<
void
>
Parameters
certificate
:
DER
Returns
Promise
<
void
>
trust
Certificate
trustCertificate
(
certificate
:
DER
,
callback
:
(
err
?:
Error
|
null
)
=>
void
)
:
void
Parameters
certificate
:
DER
callback
:
(
err
?:
Error
|
null
)
=>
void
Returns
void
trustCertificate
(
certificate
:
DER
)
:
Promise
<
void
>
Parameters
certificate
:
DER
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
check
Certificate
get
Trust
Status
reject
Certificate
trust
Certificate
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...