SignatureData Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-service-secure-channel\_generated_\_auto_generated_SignatureData.js:27
Constructor
SignatureData
(
-
options
Parameters:
-
optionsObject-
[algorithm= null]String optionalThe cryptography algorithm used to create the signature.
-
[signature= null]ByteString optionalThe digital signature.
-
Item Index
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
decode
(
-
stream -
[option]
decode the object from a binary stream
Parameters:
-
streamBinaryStream -
[option]Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
Boolean:
toString
()
String
Returns:
String:
Properties
algorithm
String
The cryptography algorithm used to create the signature.
Default: null
signature
ByteString
The digital signature.
Default: null
The NodeOPCUA API