What are the symmetric encryption modes supported by J2SE 5?

What will be an ideal response?


J2SE 5 supports the following modes:
* NONE: No mode.
* CBC: Cipher Block Chaining Mode defined in FIPS PUB 81.
* CFB: Cipher Feedback Mode defined in FIPS PUB 81.
* ECB: Electronic Codebook Mode defined in: The National Institute of Standards and Technology (NIST) Federal Information Processing Standard (FIPS) PUB 81, "DES Modes of Operation," U.S. Department of Commerce, Dec 1980.
* OFB: Output Feedback Mode defined in FIPS PUB 81.
* PCBC: Propagating Cipher Block Chaining defined by Kerberos V4.

Computer Science & Information Technology

You might also like to view...

Which of the following is not a name for a big O run time?

a. Constant run time. b. Variable run time. c. Linear run time. d. Quadratic run time.

Computer Science & Information Technology

The Erase All Ink on Slide option can be used to remove ink annotations from a single slide

Indicate whether the statement is true or false

Computer Science & Information Technology

Which sentence uses abbreviations correctly??

A. ?Dr. Reuben Sachs, M.D. is joining the staff of Keillor Hospital. B. ?Doctor Reuben Sachs, M.D., is joining the staff of Keillor Hospital. C. ?Reuben Sachs, M.D. is joining the staff of Keillor Hospital.

Computer Science & Information Technology

Which of the following rights is not a right of a copyright holder?

a. The right to reproduce the copyrighted work. b. The right to distribute the work to the public. c. The right to perform the work in public. d. The right to prevent others from producing competitive works. e. The right to produce new works derived from the copyrighted work.

Computer Science & Information Technology