Short Answer
Write the code to create a Cipher object reference for the AES algorithm using the getInstance static method of the Cipher class. The getInstance method has this API:
public static Cipher getInstance( String algorithm )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: Inside an Activity class, a RelativeLayout named
Q33: To create an Intent to open a
Q34: We can use the _ method of
Q35: Inside an Activity class, write a line
Q36: The _ method of the View.OnTouchListener interface
Q38: Inside a RelativeLayout element, insert code that
Q39: Assuming that the device has a camera
Q40: We want to define an area (a
Q41: We have started a speech recognition activity,
Q42: The _ class encapsulates a seek bar