Questions tagged as 'certificado'

0
answers

Digital signature with PHP

Currently I have a fairly simple form, with HTML + PHP + Javascript + Ajax. Basically, when the form is complete, I export PDF and CSV. However, right now the form is "signing" with Canvas, and I was thinking of a solution using digital certi...
asked by 19.07.2018 / 10:04
1
answer

java.lang.AssertionError: could not bind to KeyChainService

I am trying to use digital certificate in Android to log in a Webview. In all the devices that I have used I do not find a problem but in the Huawei this exception jumps me: java.lang.AssertionError: could not bind to KeyChainService Doe...
asked by 28.08.2018 / 14:21
1
answer

Certified Self-signed Volley Android

I have the following method that makes a call to a service by volley public GenericController(boolean flag) { if(flag) { objectRequest = new ObjetRequest(1, "", BaseRequest.class, "", new Response.Listener<BaseRequest>...
asked by 10.01.2018 / 17:33
0
answers

consume java web service with client certificates

I appreciate your cooperation with the following situation. I have a project in .Net C # which must consume an external web service that is built in java, to be able to consume the service I must add the client certificates (I already have them...
asked by 06.06.2018 / 22:25
0
answers

How to import OpenSSL trusted certificates in Windows 10?

Hi, I'm trying to import an openSSl trust certificate for localhost where I have an Express server. I have seen options to do it on Mac, which is Keychain Access, but I can not find the way to do it from windows 10. I would like to know what fol...
asked by 31.05.2018 / 12:25
0
answers

Login with client certificate

Good morning I am developing a web application using MVC 5 and C #, in which I have a login system using a username and password that works correctly. Now I want to add a login system using Certificates. Currently my web application alread...
asked by 19.01.2018 / 12:27
2
answers

Error creating the .apk file

I get the following error when creating the .apk for production. He tells me among others that "can not find the file toolbar.xml", but in this file it is all correct. It works perfectly in emulator and physical device. Information:BUILD FAILE...
asked by 20.03.2018 / 16:01
0
answers

Error getting a certificate stored with SealSign Certificate from IIS in an API in .net 4.6

I want to open a certificate stored with SealSign from a web API in .net 4.6. The certificate is saved in personnel and is well displayed when I access the Certificate Manager. My problem is when I try to open the certific...
asked by 03.01.2019 / 12:49
0
answers

How to sign an executable file / installer?

I have an app in electron, I create an installable file .exe, when uploading it to the website to put it to download smart screen and the browser sends the message that it is not a trusted editor How can you sign an executable with a certificate...
asked by 28.09.2018 / 06:43
0
answers

External pfx certificate in tomcat

A Provider passed us a pfx certificate to call a service that gives us a token. I tried to use the certificate from a java client in the following way: Transform the certificate into a jsk keytool -importkeystore -srckeystore /home/certif...
asked by 17.09.2018 / 20:19