Update graalvm config

This commit is contained in:
AsamK 2021-05-13 13:00:55 +02:00
parent 4fd3657f3d
commit dc92d824d3
3 changed files with 101 additions and 2 deletions

View file

@ -19,8 +19,12 @@
"methods":[ "methods":[
{"name":"getIdentity","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress"] }, {"name":"getIdentity","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress"] },
{"name":"getIdentityKeyPair","parameterTypes":[] }, {"name":"getIdentityKeyPair","parameterTypes":[] },
{"name":"getLocalRegistrationId","parameterTypes":[] },
{"name":"isTrustedIdentity","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress","org.whispersystems.libsignal.IdentityKey","org.whispersystems.libsignal.state.IdentityKeyStore$Direction"] }, {"name":"isTrustedIdentity","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress","org.whispersystems.libsignal.IdentityKey","org.whispersystems.libsignal.state.IdentityKeyStore$Direction"] },
{"name":"loadPreKey","parameterTypes":["int"] },
{"name":"loadSession","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress"] }, {"name":"loadSession","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress"] },
{"name":"loadSignedPreKey","parameterTypes":["int"] },
{"name":"removePreKey","parameterTypes":["int"] },
{"name":"saveIdentity","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress","org.whispersystems.libsignal.IdentityKey"] }, {"name":"saveIdentity","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress","org.whispersystems.libsignal.IdentityKey"] },
{"name":"storeSession","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress","org.whispersystems.libsignal.state.SessionRecord"] } {"name":"storeSession","parameterTypes":["org.whispersystems.libsignal.SignalProtocolAddress","org.whispersystems.libsignal.state.SessionRecord"] }
] ]

View file

@ -1,2 +1,4 @@
[ [
["org.asamk.Signal"],
["org.freedesktop.dbus.interfaces.DBus"]
] ]

View file

@ -114,7 +114,8 @@
"name":"java.lang.Integer", "name":"java.lang.Integer",
"allDeclaredFields":true, "allDeclaredFields":true,
"allDeclaredMethods":true, "allDeclaredMethods":true,
"allDeclaredConstructors":true "allDeclaredConstructors":true,
"methods":[{"name":"valueOf","parameterTypes":["java.lang.String"] }]
}, },
{ {
"name":"java.lang.Iterable", "name":"java.lang.Iterable",
@ -124,7 +125,8 @@
"name":"java.lang.Long", "name":"java.lang.Long",
"allDeclaredFields":true, "allDeclaredFields":true,
"allDeclaredMethods":true, "allDeclaredMethods":true,
"allDeclaredConstructors":true "allDeclaredConstructors":true,
"methods":[{"name":"valueOf","parameterTypes":["java.lang.String"] }]
}, },
{ {
"name":"java.lang.Number", "name":"java.lang.Number",
@ -236,6 +238,10 @@
"name":"jnr.enxio.channels.Native$LibC", "name":"jnr.enxio.channels.Native$LibC",
"allPublicMethods":true "allPublicMethods":true
}, },
{
"name":"jnr.enxio.channels.Native$LibC$jnr$ffi$1",
"methods":[{"name":"<init>","parameterTypes":["jnr.ffi.Runtime","jnr.ffi.provider.jffi.NativeLibrary","java.lang.Object[]"] }]
},
{ {
"name":"jnr.ffi.Pointer", "name":"jnr.ffi.Pointer",
"allDeclaredMethods":true, "allDeclaredMethods":true,
@ -289,6 +295,10 @@
"name":"jnr.unixsocket.Native$LibC", "name":"jnr.unixsocket.Native$LibC",
"allPublicMethods":true "allPublicMethods":true
}, },
{
"name":"jnr.unixsocket.Native$LibC$jnr$ffi$0",
"methods":[{"name":"<init>","parameterTypes":["jnr.ffi.Runtime","jnr.ffi.provider.jffi.NativeLibrary","java.lang.Object[]"] }]
},
{ {
"name":"jnr.unixsocket.SockAddrUnix", "name":"jnr.unixsocket.SockAddrUnix",
"allPublicMethods":true "allPublicMethods":true
@ -321,6 +331,18 @@
"allDeclaredConstructors":true, "allDeclaredConstructors":true,
"allPublicConstructors":true "allPublicConstructors":true
}, },
{
"name":"org.asamk.signal.commands.GetUserStatusCommand$JsonUserStatus",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name":"org.asamk.signal.commands.ListGroupsCommand$JsonGroup",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{ {
"name":"org.asamk.signal.json.JsonAttachment", "name":"org.asamk.signal.json.JsonAttachment",
"allDeclaredFields":true, "allDeclaredFields":true,
@ -945,6 +967,14 @@
"name":"org.bouncycastle.jcajce.provider.symmetric.Zuc$Mappings", "name":"org.bouncycastle.jcajce.provider.symmetric.Zuc$Mappings",
"methods":[{"name":"<init>","parameterTypes":[] }] "methods":[{"name":"<init>","parameterTypes":[] }]
}, },
{
"name":"org.freedesktop.dbus.errors.ServiceUnknown",
"methods":[{"name":"<init>","parameterTypes":["java.lang.String"] }]
},
{
"name":"org.freedesktop.dbus.interfaces.DBus$NameAcquired",
"allDeclaredConstructors":true
},
{ {
"name":"org.freedesktop.dbus.interfaces.Introspectable", "name":"org.freedesktop.dbus.interfaces.Introspectable",
"allDeclaredMethods":true, "allDeclaredMethods":true,
@ -966,6 +996,18 @@
{"name":"members_", "allowUnsafeAccess":true} {"name":"members_", "allowUnsafeAccess":true}
] ]
}, },
{
"name":"org.signal.storageservice.protos.groups.AvatarUploadAttributes",
"fields":[
{"name":"acl_", "allowUnsafeAccess":true},
{"name":"algorithm_", "allowUnsafeAccess":true},
{"name":"credential_", "allowUnsafeAccess":true},
{"name":"date_", "allowUnsafeAccess":true},
{"name":"key_", "allowUnsafeAccess":true},
{"name":"policy_", "allowUnsafeAccess":true},
{"name":"signature_", "allowUnsafeAccess":true}
]
},
{ {
"name":"org.signal.storageservice.protos.groups.Group", "name":"org.signal.storageservice.protos.groups.Group",
"fields":[ "fields":[
@ -1157,6 +1199,13 @@
{"name":"uuid_", "allowUnsafeAccess":true} {"name":"uuid_", "allowUnsafeAccess":true}
] ]
}, },
{
"name":"org.signal.storageservice.protos.groups.local.DecryptedPendingMemberRemoval",
"fields":[
{"name":"uuidCipherText_", "allowUnsafeAccess":true},
{"name":"uuid_", "allowUnsafeAccess":true}
]
},
{ {
"name":"org.signal.storageservice.protos.groups.local.DecryptedRequestingMember", "name":"org.signal.storageservice.protos.groups.local.DecryptedRequestingMember",
"fields":[ "fields":[
@ -1346,6 +1395,15 @@
"allDeclaredMethods":true, "allDeclaredMethods":true,
"allDeclaredConstructors":true "allDeclaredConstructors":true
}, },
{
"name":"org.whispersystems.signalservice.internal.devices.DeviceNameProtos$DeviceName",
"fields":[
{"name":"bitField0_", "allowUnsafeAccess":true},
{"name":"ciphertext_", "allowUnsafeAccess":true},
{"name":"ephemeralPublic_", "allowUnsafeAccess":true},
{"name":"syntheticIv_", "allowUnsafeAccess":true}
]
},
{ {
"name":"org.whispersystems.signalservice.internal.keybackup.protos.BackupRequest", "name":"org.whispersystems.signalservice.internal.keybackup.protos.BackupRequest",
"fields":[ "fields":[
@ -1393,6 +1451,27 @@
{"name":"restore_", "allowUnsafeAccess":true} {"name":"restore_", "allowUnsafeAccess":true}
] ]
}, },
{
"name":"org.whispersystems.signalservice.internal.keybackup.protos.RestoreRequest",
"fields":[
{"name":"backupId_", "allowUnsafeAccess":true},
{"name":"bitField0_", "allowUnsafeAccess":true},
{"name":"pin_", "allowUnsafeAccess":true},
{"name":"serviceId_", "allowUnsafeAccess":true},
{"name":"token_", "allowUnsafeAccess":true},
{"name":"validFrom_", "allowUnsafeAccess":true}
]
},
{
"name":"org.whispersystems.signalservice.internal.keybackup.protos.RestoreResponse",
"fields":[
{"name":"bitField0_", "allowUnsafeAccess":true},
{"name":"data_", "allowUnsafeAccess":true},
{"name":"status_", "allowUnsafeAccess":true},
{"name":"token_", "allowUnsafeAccess":true},
{"name":"tries_", "allowUnsafeAccess":true}
]
},
{ {
"name":"org.whispersystems.signalservice.internal.push.AttachmentV2UploadAttributes", "name":"org.whispersystems.signalservice.internal.push.AttachmentV2UploadAttributes",
"allDeclaredFields":true, "allDeclaredFields":true,
@ -1527,6 +1606,12 @@
{"name":"uuid_", "allowUnsafeAccess":true} {"name":"uuid_", "allowUnsafeAccess":true}
] ]
}, },
{
"name":"org.whispersystems.signalservice.internal.push.PushServiceSocket$RegistrationLockFailure",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{ {
"name":"org.whispersystems.signalservice.internal.push.PushServiceSocket$RegistrationLockV2", "name":"org.whispersystems.signalservice.internal.push.PushServiceSocket$RegistrationLockV2",
"allDeclaredFields":true, "allDeclaredFields":true,
@ -1876,6 +1961,14 @@
{"name":"viewOnceOpen_", "allowUnsafeAccess":true} {"name":"viewOnceOpen_", "allowUnsafeAccess":true}
] ]
}, },
{
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$SyncMessage$Blocked",
"fields":[
{"name":"groupIds_", "allowUnsafeAccess":true},
{"name":"numbers_", "allowUnsafeAccess":true},
{"name":"uuids_", "allowUnsafeAccess":true}
]
},
{ {
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$SyncMessage$Contacts", "name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$SyncMessage$Contacts",
"fields":[ "fields":[