1
0
Fork 0
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:
Paul Schaub 2024-09-16 15:12:31 +02:00
parent b719810575
commit fb4805752e
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
5 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"resources": {
"includes": [
{
"pattern": "org/bouncycastle/.*"
}
]
}
}

View 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
}
]