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 is the admin server?
how to monitor the servers
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What is config.xml.booted file.
what will happen if a managed server will go down at the time of performing the request
How do I turn the auto-deployment feature off?
How to upgrade the latest patches in weblogic?
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic
Explain the performance tuning in jvm?
What are the various causes for out of memory?
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
Define the toolbar elements.