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
Quiero comunicar mi aplicacion .net con autofirma, para firmar unos documentos pdf y luego que te los descarge en ut maquina en local y he encontrado que lo puedes abrir utilizando afirma://sign?. Si le paso lo siguiente:
<script>
function signDocument() {
var autoFirmaUrl = "afirma://sign?" +
"&format=PAdES&algorithm=SHA384withRSA";
window.location.href = autoFirmaUrl;
}
</script> me salta un mensaje de abrir autofirma, se me abre la seleccion de documentos y al selecciona un pdf y el certificado me salta un error (SAF_03:Error en los parámetros de entrada) java.lang.NullPointerException: Cannot invoke "java.net.URL.toString()" because the return value of "es.gob.afirma.core.misc.protocol.UrlParametersToSign.getStorageServletUrl()" is null
at es.gob.afirma.standalone.protocol.ProtocolInvocationLauncher.launch(ProtocolInvocationLauncher.java:713)
at es.gob.afirma.standalone.protocol.ProtocolInvocationLauncher.launch(ProtocolInvocationLauncher.java:138)
at es.gob.afirma.standalone.SimpleAfirma.main(SimpleAfirma.java:691)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Quiero comunicar mi aplicacion .net con autofirma, para firmar unos documentos pdf y luego que te los descarge en ut maquina en local y he encontrado que lo puedes abrir utilizando afirma://sign?. Si le paso lo siguiente:
<script>
function signDocument() {
que es lo que me falta?
Beta Was this translation helpful? Give feedback.
All reactions