Questions tagged as 'certificado'

1
answer

How does the Digital Signature in the Health System work? [closed]

More than a month ago I have done the search on this subject but until now I found almost nothing on the subject, someone would know to explain to me how it works, after acquiring an e-CPF like Windows would recognize ... I mainly look for Signa...
asked by 16.04.2015 / 19:35
1
answer

How do I show and select one of the digital certificates on my computer

In my work environment I have some certificates and I need to select one of them, I would like to know via VN.Net or C # code how do I display a list and choose the digital certificate that I need without having to assign this list of certificat...
asked by 05.02.2015 / 13:18
1
answer

C # Digital Certificate A3 CPF Token

I have to put a digital certificate of type CPF A3 token with password in an HttpWebRequest, so I was trying to use the X509Certificate2, as follows: private X509Certificate2 GetCert(string CertFile, string CertPass) { FileStre...
asked by 30.06.2016 / 22:14
2
answers

Can I generate a certificate for an IOS app without having an Apple device?

I'm developing an app via phonegap and would like to generate for IOS too, but I need a certificate, and from what I've seen this certificate has to be generated by a Mac. Is there any other way to generate this certificate file (CSR) so that...
asked by 12.11.2015 / 14:05
1
answer

Store digital certificate on Server

I'm creating an application that will work and manage digital certificate clients. The idea is to import the client's certificate and I leave available subscription and transmission methods to for example, for example. But for those who under...
asked by 21.03.2018 / 18:38
1
answer

Overloaded builders: Instance initializer

From the point of view of compiler behavior and java class design what would be the justification for using the Instance Launcher block? Considering the following class: class Caneta { public Caneta() { System.out.println("Canet...
asked by 31.03.2017 / 04:02
1
answer

How to obtain the CPF / CNPJ number of a digital certificate of type e-CPF / e-CNPJ in models A1 and A3?

I'm developing an alternative method for login via certificate, without needing java or a specific language, just http and php to process backend information (but that could be handled by any other language that processes http). The most common...
asked by 05.04.2017 / 15:21
1
answer

Problems with certificate to use GIT in https

The GIT repositories I'm accessing are only available in HTTPS. However when I try to access the repository, I get the following error: git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin fatal: unable to access 'https://<...
asked by 27.08.2014 / 12:04
1
answer

Digital Signature PHP

I'm trying to digitally sign a document in PHP through A1 certificate. $pdf = new \FPDI(); $pdf_path = $_SERVER["DOCUMENT_ROOT"] . "\files\" . md5(uniqid("")) . ".pdf"; $path_assinado = $_SERVER["DOCUMENT_ROOT"] . "\files\" . md5(uniqid(""))...
asked by 23.10.2017 / 15:23
1
answer

C # - Use of A3 Certificate (Card Reader) + Windows Service

Good morning, everyone. I created a windows service (C #) where I subscribe to NFC-es XML using the FlexDocs DLL. Using the A1 certificate everything works normally, but when using A3, the frame where I must enter the PIN does not open / app...
asked by 04.07.2016 / 16:30