mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 18:59:39 +02:00
WIP: GraalVM support
This commit is contained in:
parent
b719810575
commit
fb4805752e
5 changed files with 51 additions and 0 deletions
Binary file not shown.
BIN
pgpainless-cli/additional-native-metadata/._reflection.json
Normal file
BIN
pgpainless-cli/additional-native-metadata/._reflection.json
Normal file
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"resources": {
|
||||
"includes": [
|
||||
{
|
||||
"pattern": "org/bouncycastle/.*"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
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