python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Sign PDF with Itext5 got error "PdfPKCS7 can't access void org.bouncycastle.asn1.DERNull.<init>()" in Quarkus
I'm trying to sign pdf file using itext5 in a quarkus application but I'm receiving an error that I can't understand.
Below the code I try to sign my pdf with. I upgraded my dependency for bouncyCastl...

eya gassem
Votes: 0
Answers: 1
Reading encrypted private key in PKCS#8 format through bouncycastle, Java failing in docker container
I am trying to read a PKCS#8 private key which looks like following:
key.k8 --> (Sample key. Passphrase - 123456):
-----BEGIN ENCRYPTED PRIVATE KEY-----
MIIFLTBXBgkqhkiG9w0BBQ0wSjApBgkqhkiG9w0BBQww...
Sukhmeet Sethi
Votes: 0
Answers: 2
How to add expire date and verify token in AsymmetricCipherKeyPair( jose-jwt and BouncyCastle) C#?
we use the https://github.com/dvsekhvalnov/jose-jwt library to generate tokens which we can then transmit to other microservices to identify and authorize the information. We also use it to get all th...
Ivailo Sakaliev
Votes: 0
Answers: 0
BouncyCastle in SpringBoot
When I run my Springboot application as a jar file, it gives me the error below.
The problem doesn't happen when I run my project with the IDE.
Could you help me with a solution?
thank you!.
2022-01-1...
Rodolfo Farias
Votes: 0
Answers: 1