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 |
what are configuration classes in weblogic
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
What are stating modes are available in Weblogic Server ?
Write a program to call the store procedure of oracle that takes no parameter?
What are the different modules of wlst?
How to troubleshoot it?
Are foreign destinations handled within foreign jms messages? : BEA Weblogic
How to write a program to call the store procedure of oracle that takes no parameter?
What happen when your database and proxy server are down and your weblogic server is up
What are the admin default ports?
What is the admin server?
Can I use a native two-tier driver for a browser applet? : BEA Weblogic