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 Virtual Host in Weblogic , how to create it & what is the advantage ?
which protocol it user to connect manage server to admin ? where it is defined ?
What all jvm analysis/profiling tools you are familiar with please write the names?
How can domain configuration lock be enabled and disabled?
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.
Why the node manager is required?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
What is the difference between development mode and production mode of weblogic server?
What is meant by domain, adminserver, managedserver?
How can os authentication be connected with weblogic jdriver for oracle and connection pools?
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
What are the enhancements in ejb 2.0 with respect to cmp?