Questions tagged [digital-certificate]

A certificate which uses a digital signature to bind together a public key with an identity or information.

In cryptography, a public key certificate (or identity certificate) is a certificate which uses a digital signature to bind together a public key with an identity — information such as the name of a person or an organization, their address, and so forth. The certificate can be used to verify that a public key belongs to an individual.

In a typical public key infrastructure (PKI) scheme, the signature will be of a certificate authority (CA). In a web of trust scheme, the signature is of either the user (a self-signed certificate) or other users ("endorsements"). In either case, the signatures on a certificate are attestations by the certificate signer that the identity information and the public key belong together.

484 questions
-1
votes
1 answer

Cannot able to verify a signed data

Through smart card using a tool, I am signing data "Hello". The output what i am getting is in hex format. 14 5F 65 CE 7C 2D 8A 0A FA B0 FB 86 CE 28 90 84 37 2D 04 63 B2 35 FA 40 4A B6 35 C8 90 AF 55 7F B1 CA FE FD 5B F9 1B 7C DB 74 63 BF 16 5B B3…
-2
votes
1 answer

How to use digital certificates with jsf?

I need to sign a xml document using a token device in the client. How can i extract the private key from the token using JSF? I used to do it using an Applet.
-3
votes
1 answer

how to fix certificate error in smart phones

i have developed mobile site using php with smarty. for live site, in smart phone, all https pages shows certificate errors like "Security Warning .There are problems with the security certificate for this site .The name of the site does not match…
-3
votes
2 answers

Free or Open Personal Digital Cerificate of Signing Documents?

I need to sign a pdf file with my own e-signature using a certificate where can i get one pfx file.
abmv
  • 7,042
  • 17
  • 62
  • 100
1 2 3
32
33