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
0
votes
2 answers

SecurityException in my Applet

I'm not good with Java but when I run my Applet in a simple HTML page, occurs the following error SecurityException: Trusted loader attempted to load sandboxed resource from file : C:/Users/lucas/teste.jar Edited: policy tool I follow the…
Lucas_Santos
  • 4,638
  • 17
  • 71
  • 118
0
votes
1 answer

VASCO Digital Certificate

How to read vasco digital certificate. I am using in config file following name="VASCO DP CertiID PKCS#11 V2.20" library="C:\Program Files\VASCO\DIGIPASS CertiID\VdsPKCS1132.dll" I am getting this error: java.security.KeyStoreException: KeyStore…
PVR
  • 2,534
  • 18
  • 38
0
votes
2 answers

Digital Certificate Security

I've been google'ing about the security of the digital certificates and I wasn't able to find an answer to my question: is it secure to use one private key for the signing of multiple certificates? Thanks.
user1047517
  • 1,459
  • 2
  • 11
  • 20
-1
votes
1 answer

X.509 Certificates gui program in java

i am a student and i have an assignment to do which involves Digital Certificates.I literally know very little about this topic and my project that i have to do is:"Create a GUI program(System) that authenticates users based on their digital…
Sehun
  • 1
  • 2
-1
votes
1 answer

what is difference between sha1 certificate and sha2 certificate?

I know the difference between sha1 and sha 2 algorithm but when we create a certificate specifying the sha1 vs sha2 makes what difference to the ssl certificate? Let me know if you need more information. Thanks, Naga
Naga
  • 487
  • 2
  • 7
  • 23
-1
votes
1 answer

SMTP/POP3 client in linux

I want to develop a STMP/POP3 client in linux (only client side). I want to encrypt the data using digital certificates (i will try to provide end-to-end security). I also want to create a simple interface (with a text field,send button,inbox etc.).…
-1
votes
1 answer

Extracting dates from digital signatures in a PDF document

I'm attempting to read the date of digital signatures in a PDF document using the following code: try { final PdfReader reader = new PdfReader(this.etimesheet.getAbsolutePath()); final AcroFields fields - reader.getAcroFields(); if…
-1
votes
1 answer

data over which hash is calculated in digital certificate?

I create a self signed certificate using BP cryptography tool now I want to verify its signature manually without using openssl. Can anyone give me the example of a self signed certificate and how to calculate the signature of certificate?
-1
votes
2 answers

Why do we need to install digital certificate?

The question may sound a bit stupid but I really want to know this. When we download a file, say abc.exe, it is digitally signed with some digital certificate of some organisation. Why do we need to install that certificate? What is the use of it?…
-1
votes
2 answers

Signing a folder using digital signature in java

I am trying to sign a folder using digital signature.I am able to sign a file.But Now i need to sign a folder containing multiple files.Please help me with an example that will suffice my requirement
kais
  • 63
  • 1
  • 13
-1
votes
1 answer

Which is the size of a digital certificate with the private/public keys?

I am involved in a project in which our employees need to sign specific documents using their digital signatures. To do this, each employee will have a RFID card to store their certificate with the private/public keys. My question is related to the…
-1
votes
1 answer

Email Digital Signing

Good Morning all, I hope someone who understands the subject is able to present it eloquently to me, as i am struggling. I have downloaded a certificate for a user in an Exchange 2010 environment from Comodo for Digital Signing. What I would like…
Daniel
  • 65
  • 4
-1
votes
1 answer

How installed SSL certifitaces on computer

When I send a request a known site lik facebook, Google,... on https protocol, the certificates are appearing on browser via pedlock. How the web site (facebook,google,..) certificate comes to my browser? How my browser knows the certificate is…
barteloma
  • 6,403
  • 14
  • 79
  • 173
-1
votes
2 answers

OpenSSL what to do after creating the CA certificate

i've created a self signed CA with DSA using OpenSSL and created a .der file using x509 of openSSL. I can create user certificate requests, verify them and create user certificates. can create signature and verify them also. but what to do with the…
RatDon
  • 3,403
  • 8
  • 43
  • 85
-1
votes
2 answers

SSL certificate showing differently on digicert

I have got two SSL Certificated installed on my server 2003 for differnt domains, for example *.test1.net and *.test2.net. I assigned *.test1.net certificate to one of my website on IIS 6, www.test1.net, however when I check it on…
Nick
  • 1,128
  • 7
  • 12
1 2 3
32
33