Replies: 1 comment
-
It turns out that DerTaggedObject Has enough configurability to work.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am rewriting an older project that was using BouncyCastle 1.8.6 for (among other things) generating certificates with a completely diffrent structure to x509. This made heavy use of the "DerApplicationSpecific" class, which consists of an integer tag and byte array for its content.
This does not exist in the newer versions(i am using 2.2.1).
After some searching i have not found any suitable replacements. Is there anything i could use or any additional libraries that offer similar functionality?
Beta Was this translation helpful? Give feedback.
All reactions