APIs

Show:

Constructor

SignatureData

(
  • options
)

Parameters:

  • options Object
    • [algorithm= null] String optional

      The cryptography algorithm used to create the signature.

    • [signature= null] ByteString optional

      The digital signature.

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:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

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