1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-26 14:22:05 +01:00
pgpainless/pgpainless-cli/additional-native-metadata/reflection.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
408 B
JSON
Raw Normal View History

2024-09-16 15:12:31 +02:00
[
{
"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
}
]