File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes question about encryption Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "question about encryption" Watch "question about encryption" New topic
Author

question about encryption

Timber Lee
Ranch Hand

Joined: Oct 14, 2002
Posts: 157
QUESTION :
Which can be used for encryption?
POSSIBLE ANSWERS:
* X.509
* Private key
* Public key (CORRECT)
* Session key (CORRECT)
* Digital certificate
* Message Digest
why is private key not a correct answer?
what is defferent between public key and session key?


SCJP<br />SCWCD<br />SCEA
Ricardo Polero Baraldi
Greenhorn

Joined: Nov 14, 2002
Posts: 26
Hi,
QUESTION :
Which can be used for encryption?
POSSIBLE ANSWERS:
* X.509
* Private key
* Public key (CORRECT)
* Session key (CORRECT)
* Digital certificate
* Message Digest
why is private key not a correct answer?
what is defferent between public key and session key?
You will use a Public Key for "check" if the message and not for crypt !
Session key encript the message and is used for SSL fr example. The Public key and the private key are mathematic and mutual depended and if used for ASYNCRO crypt and session is for SYNCRO crypt
Hope this help
 
 
subject: question about encryption
 
Threads others viewed
session key in encrypttion
New mock tests!
Private Key Encryption
A security question from Javacoding Mock Exam.
Is this Right regarding PKI
IntelliJ Java IDE