mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-03 04:50:37 +00:00
GraalVM: added reflection config for PreKey exchange
This commit is contained in:
parent
c9b07009ef
commit
b5ed976554
1 changed files with 6 additions and 0 deletions
|
@ -21,8 +21,10 @@
|
||||||
{"name":"getIdentityKeyPair","parameterTypes":[] },
|
{"name":"getIdentityKeyPair","parameterTypes":[] },
|
||||||
{"name":"getLocalRegistrationId","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":"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"] }
|
||||||
]
|
]
|
||||||
|
@ -64,6 +66,10 @@
|
||||||
{"name":"SENDING"}
|
{"name":"SENDING"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name":"org.whispersystems.libsignal.state.PreKeyRecord",
|
||||||
|
"methods":[{"name":"nativeHandle","parameterTypes":[] }]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name":"org.whispersystems.libsignal.state.PreKeyStore"
|
"name":"org.whispersystems.libsignal.state.PreKeyStore"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue