what is digital certificate?
Answers were Sorted based on User's Feedback
Answer / sriram
Digital certifiacte is an electronic document 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.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / supraja
For the purposes of digital signing of documents,
verification of digital signatures, and handling digital
certificates in the Java platform, the Java Cryptography
Architecture (JCA) is used. JCA is a specification that
gives the programmers a standard way to access
cryptographic services, digital signatures, and digital
certificates.
The Most Important Classes in JCA
java.security.KeyStore
java.security.PublicKey
java.security.PrivateKey
java.security.Cert.Certificate
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bhaskar
Digital certificates are used to store the public and
private(corresponding) certificates.
| Is This Answer Correct ? | 0 Yes | 1 No |
How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic
Explain the concepts and capabilities of ANT ?
How you deploy your applications on weblogic server?
Explain the performance tuning in jvm, jdbc, jms?
What is meant by cluster??
How to start node manager?
What is weblogic application server?
How are multi-byte characters used with weblogic jdriver?
what is difference between jboss and weblogic
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
How to write a program to call the store procedure of oracle that takes no parameter?
What is administration server?