Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
ICertificateKeyPairProviderPriv
Interface ICertificateKeyPairProviderPriv
interface
ICertificateKeyPairProviderPriv
{
$$certificate
:
null
|
Buffer
;
$$certificateChain
:
null
|
Buffer
;
$$privateKey
:
null
|
PrivateKey
;
getCertificate
(
)
:
Buffer
;
getCertificateChain
(
)
:
Buffer
;
getPrivateKey
(
)
:
PrivateKey
;
}
Hierarchy (
view full
)
ICertificateKeyPairProvider
ICertificateKeyPairProviderPriv
Index
Properties
$$certificate
$$certificate
Chain
$$private
Key
Methods
get
Certificate
get
Certificate
Chain
get
Private
Key
Properties
$$certificate
$$certificate
:
null
|
Buffer
$$certificate
Chain
$$certificate
Chain
:
null
|
Buffer
$$private
Key
$$private
Key
:
null
|
PrivateKey
Methods
get
Certificate
get
Certificate
(
)
:
Buffer
Returns
Buffer
get
Certificate
Chain
get
Certificate
Chain
(
)
:
Buffer
Returns
Buffer
get
Private
Key
get
Private
Key
(
)
:
PrivateKey
Returns
PrivateKey
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
$$certificate
$$certificate
Chain
$$private
Key
Methods
get
Certificate
get
Certificate
Chain
get
Private
Key
NodeOPCUA reference documentation - public API
Loading...