SignedSoftwareCertificate Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-service-session\_generated_\_auto_generated_SignedSoftwareCertificate.js:27
Constructor
SignedSoftwareCertificate
(
-
options
Parameters:
-
options
Object-
[certificateData]
ByteString optionalThe data of the certificate.
-
[signature]
ByteString optionalThe digital signature.
-
Item Index
Properties
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:
-
stream
BinaryStream -
[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
certificateData
ByteString
The data of the certificate.
signature
ByteString
The digital signature.