Constructs a new SecretEncryptedMessage.
Optional
properties:
ISecretEncryptedMessage
Properties to set
Optional
encSecretEncryptedMessage encIv.
Optional
encSecretEncryptedMessage encPayload.
Optional
secretSecretEncryptedMessage secretEncType.
Optional
targetSecretEncryptedMessage targetMessageKey.
Static
create
Creates a new SecretEncryptedMessage instance using the specified properties.
Optional
properties:
ISecretEncryptedMessage
Properties to set
SecretEncryptedMessage instance
Static
decode
Decodes a SecretEncryptedMessage message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length:
number
Message length if known beforehand
SecretEncryptedMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a SecretEncryptedMessage message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
SecretEncryptedMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
encode
Encodes the specified SecretEncryptedMessage message. Does not implicitly verify messages.
SecretEncryptedMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
encodeEncodes the specified SecretEncryptedMessage message, length delimited. Does not implicitly verify messages.
SecretEncryptedMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
fromCreates a SecretEncryptedMessage message from a plain object. Also converts values to their respective internal types.
Plain object
SecretEncryptedMessage
Static
getStatic
toCreates a plain object from a SecretEncryptedMessage message. Also converts values to other types if specified.
SecretEncryptedMessage
Optional
options:
IConversionOptions
Conversion options
Plain object
Static
verify
Generated using TypeDoc
Represents a SecretEncryptedMessage.