mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-13 04:09:38 +02:00
WIP: GraalVM support
This commit is contained in:
parent
b719810575
commit
fb4805752e
5 changed files with 51 additions and 0 deletions
17
pgpainless-cli/additional-native-metadata/reflection.json
Normal file
17
pgpainless-cli/additional-native-metadata/reflection.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"name" : "org.bouncycastle.jce.provider.BouncyCastleProvider",
|
||||
"allDeclaredMethods" : true,
|
||||
"allDeclaredConstructors" : true
|
||||
},
|
||||
{
|
||||
"name" : "org.bouncycastle.openpgp.*",
|
||||
"allDeclaredMethods" : true,
|
||||
"allDeclaredConstructors" : true
|
||||
},
|
||||
{
|
||||
"name": "org.bouncycastle.crypto.digests.SHA256Digest",
|
||||
"allDeclaredConstructors": true,
|
||||
"allDeclaredMethods": true
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue