You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our PowerAuthSignatureTest.java should contain a test that just calculate signature, but validate it manually, by calling SOAP client. We can use dry run parameter for VerifySignatureStep to do that.
This is mostly useful as an example how to calculate the signature, for clients, who write their own performance tests and use our cmd-tool library.
The text was updated successfully, but these errors were encountered:
Our
PowerAuthSignatureTest.java
should contain a test that just calculate signature, but validate it manually, by calling SOAP client. We can usedry run
parameter forVerifySignatureStep
to do that.This is mostly useful as an example how to calculate the signature, for clients, who write their own performance tests and use our cmd-tool library.
The text was updated successfully, but these errors were encountered: