Solved

Write the Code to Create a KeyGenerator Object Reference for the AES

Question 25

Short Answer

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

Correct Answer:

verifed

Verified

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

Related Questions