Results 1 to 1 of 1
- 08-02-2011, 04:12 PM #1
Member
- Join Date
- Aug 2011
- Posts
- 1
- Rep Power
- 0
Digital certificates - concepts and implementations
Hello, all right?
I need your help with a digital certificate / digital signature.
First questions are about concepts, for example:
I search on google what it is and does and always appears as people talking about different things, so far what I understood was the following:
I saw that digital certificates need not be made for these certification companies, we can generate the certificate for the Java using keytool, or I can generate the digital certificate without a problem, okay.
This digital certificate generated. Jks q I can say is my "private key"? the file. x509 q I can say is my "public key"?
in my case, I have several users accessing the system, each user will have a public key. x509? or is a public key and use all the same?
1 private to N public?
1 private to 1 public?
Now doubts over implementation, the article demonstrates how to create it. Jks, create. X509, create methods and use them, but does not show how and for what use. X509, which would be the case that the user will only have the public key when the system receives this key, I would like to check if the text encrypted with that key is valid?
And String to encrypt with the public key is the same thing?
These are the questions,
Thanks in advance.Last edited by RodrigoMendes; 08-02-2011 at 04:24 PM.
Similar Threads
-
Three certificates and one keystore
By peterv6i in forum Advanced JavaReplies: 0Last Post: 05-05-2011, 03:35 PM -
Loading service implementations with ServiceLoader from external JARs
By Sethiel in forum Advanced JavaReplies: 0Last Post: 11-03-2010, 03:16 PM -
Implementations of an ArrayStack class
By coyler_21 in forum NetBeansReplies: 5Last Post: 10-27-2010, 10:04 AM -
Configuring trusted SSL Certificates
By jimstapleton in forum New To JavaReplies: 1Last Post: 03-25-2009, 02:59 PM
Bookmarks