mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 12:30:39 +00:00
graalvm config setPin
This commit is contained in:
parent
520facced4
commit
644f50efbe
1 changed files with 36 additions and 0 deletions
|
@ -1109,6 +1109,27 @@
|
|||
"allDeclaredMethods":true,
|
||||
"allDeclaredConstructors":true
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.keybackup.protos.BackupRequest",
|
||||
"fields":[
|
||||
{"name":"backupId_", "allowUnsafeAccess":true},
|
||||
{"name":"bitField0_", "allowUnsafeAccess":true},
|
||||
{"name":"data_", "allowUnsafeAccess":true},
|
||||
{"name":"pin_", "allowUnsafeAccess":true},
|
||||
{"name":"serviceId_", "allowUnsafeAccess":true},
|
||||
{"name":"token_", "allowUnsafeAccess":true},
|
||||
{"name":"tries_", "allowUnsafeAccess":true},
|
||||
{"name":"validFrom_", "allowUnsafeAccess":true}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.keybackup.protos.BackupResponse",
|
||||
"fields":[
|
||||
{"name":"bitField0_", "allowUnsafeAccess":true},
|
||||
{"name":"status_", "allowUnsafeAccess":true},
|
||||
{"name":"token_", "allowUnsafeAccess":true}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.keybackup.protos.DeleteRequest",
|
||||
"fields":[
|
||||
|
@ -1126,6 +1147,15 @@
|
|||
{"name":"restore_", "allowUnsafeAccess":true}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.keybackup.protos.Response",
|
||||
"fields":[
|
||||
{"name":"backup_", "allowUnsafeAccess":true},
|
||||
{"name":"bitField0_", "allowUnsafeAccess":true},
|
||||
{"name":"delete_", "allowUnsafeAccess":true},
|
||||
{"name":"restore_", "allowUnsafeAccess":true}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.push.AttachmentV2UploadAttributes",
|
||||
"allDeclaredFields":true,
|
||||
|
@ -1254,6 +1284,12 @@
|
|||
{"name":"uuid_", "allowUnsafeAccess":true}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.push.PushServiceSocket$RegistrationLockV2",
|
||||
"allDeclaredFields":true,
|
||||
"allDeclaredMethods":true,
|
||||
"allDeclaredConstructors":true
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.push.SendMessageResponse",
|
||||
"allDeclaredFields":true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue