Para atender a solicitação foi modificado o uso do primeiro parâmetro das funções PrivSignRSA e PrivVeryRSA. O parâmetro que é utilizado para enviar o caminho das chaves passa a poder receber também as chaves.
antes: PrivSignRSA( < cPathKey >, < cHash >, < nTipo >, < cSenha >, [ @cErrStr ], [ nPad ] )
depois: PrivSignRSA( < cKeyOrPathKey>, < cHash >, < nTipo >, < cSenha >, [ @cErrStr ], [ nPad ] )
antes: PrivVeryRSA( < cPathKey >, < cHash >, < nTipo >, < cAssinatura >, [ @cErrStr ], [ nPad ] )
depois: PrivVeryRSA( < cKeyOrPathKey>, < cHash >, < nTipo >, < cAssinatura >, [ @cErrStr ], [ nPad ] )
Referente ao chamado: DTAPPSRV-497