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...

Data can be entered into a database in ________ different ways

A) two B) three C) four D) five

Computer Science & Information Technology

In an expert system, the _____ is the component that delivers the expert advice.

A. inference engine B. knowledge acquisition facility C. user interface D. explanation facility

Computer Science & Information Technology