Answer the question
In order to leave comments, you need to log in
Is it possible to sign a document using Jmeter?
Tell me, is it possible to sign a document with an electronic signature using Jmeter?
Answer the question
In order to leave comments, you need to log in
... and recently they made another option:
* signing is done in C# as a library (CryptoPro and other cryptography works in C# using 20-30 lines of code in total)
* and the .net library was wrapped into a java library using jni4net already without writing code in general
This way - 20-30 lines of code, a little patience and you're done. .NET works well, fast, but only works on Windows. As a result, the test holds 20 signatures per second at one load station - this is a synthetic measurement. And according to the load profile, it is enough for us to have 1 signing per second.
Signing example in C# - 5 lines of code:
* https://github.com/polarnik/Tools.CMSCreator/blob/...
the rest is wrapping.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question