java.lang.Object
it.auties.whatsapp.model.info.DeviceContextInfo
- All Implemented Interfaces:
it.auties.protobuf.model.ProtobufMessage
,it.auties.protobuf.model.ProtobufObject
,Info
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DeviceListMetadata
private final int
private byte[]
private final byte[]
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceContextInfo
(DeviceListMetadata deviceListMetadata, int deviceListMetadataVersion, byte[] messageSecret, byte[] paddingBytes) -
Method Summary
Modifier and TypeMethodDescriptionint
Optional
<byte[]> Optional
<byte[]> void
setMessageSecret
(byte[] messageSecret)
-
Field Details
-
deviceListMetadata
-
deviceListMetadataVersion
private final int deviceListMetadataVersion -
messageSecret
private byte[] messageSecret -
paddingBytes
private final byte[] paddingBytes
-
-
Constructor Details
-
DeviceContextInfo
public DeviceContextInfo(DeviceListMetadata deviceListMetadata, int deviceListMetadataVersion, byte[] messageSecret, byte[] paddingBytes)
-
-
Method Details
-
deviceListMetadata
-
deviceListMetadataVersion
public int deviceListMetadataVersion() -
messageSecret
-
setMessageSecret
public void setMessageSecret(byte[] messageSecret) -
paddingBytes
-