Solved

To Get a Cipher Reference, We Use a Method of the Cipher

Question 19

Multiple Choice

To get a Cipher reference, we use a method of the Cipher class that takes one parameter. What can you say about that parameter?


A) It is an int that represents a resource.
B) It is a String that represents the name of an encryption algorithm.
C) It is a boolean (true or false; encryption or no encryption) .
D) It is a char that represents the first letter of an encryption algorithm.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions