Class: SignatureResponseMessage

remotemessage.SignatureResponseMessage()

new SignatureResponseMessage()

Source:

Extends

Methods

(static) SignatureResponseMessage#getReason() → {String}

Get the field value
Source:
Returns:
Type
String

(static) SignatureResponseMessage#getSignature() → {base.Signature}

Get the field value
Source:
Returns:
Type
base.Signature

(static) SignatureResponseMessage#getStatus() → {remotemessage.ResultStatus}

Get the field value
Source:
Returns:
Type
remotemessage.ResultStatus

(static) SignatureResponseMessage#setReason(reason)

Set the field value
Parameters:
Name Type Description
reason String
Source:

(static) SignatureResponseMessage#setSignature(signature)

Set the field value
Parameters:
Name Type Description
signature base.Signature
Source:

(static) SignatureResponseMessage#setStatus(status)

Set the field value
Parameters:
Name Type Description
status remotemessage.ResultStatus
Source: