I'm implementing RSACryptoToken, that is an interface for RSA cryptographic tokens, according to the documentation. There are twp methods, called decryptRSA and signRSA - they should be implemented. In documentation there is an info, that they should perform a raw RSA decryption and raw RSA signing operations.
I solved the problem, the operations signRSA and decryptRSA should perform the same pure modulus operation
thanks for help