Exam 16: Security and Encryption
Exam 1: Basics of Android: Hello World23 Questions
Exam 2: Model View Controller, Gui Components, Events20 Questions
Exam 3: Coding the Gui Programmatically, Layout Managers20 Questions
Exam 4: Multiple Activities, Passing Data Between Activities, Transitions, Persistent Data22 Questions
Exam 5: Menus, Sqlite21 Questions
Exam 6: Managing the Device Orientation22 Questions
Exam 7: Touches and Swipes22 Questions
Exam 8: Graphics, Animations, Sounds and Gaming27 Questions
Exam 9: Fragments26 Questions
Exam 10: Using Libraries and Their Apis: Speech Recognition and Maps33 Questions
Exam 11: Using the Gps and Location Services21 Questions
Exam 12: Using an Existing App: Taking a Photo and Sending an Email28 Questions
Exam 13: Xml and Content Apps25 Questions
Exam 14: Making an Android Widget35 Questions
Exam 15: In App Advertising25 Questions
Exam 16: Security and Encryption23 Questions
Exam 17: Android Development: Extending Views, Fragments, and Google Maps Permissions127 Questions
Select questions type
Once we have built a Cipher object reference specifying that it uses RSA, the call to the doFinal method is identical to the call to doFinal if it uses another algorithm, such as AES.
Free
(True/False)
4.8/5
(38)
Correct Answer:
True
The getEncoded method of the Key interface returns an array of __________________.
Free
(Short Answer)
4.9/5
(36)
Correct Answer:
bytes
Passwords are typically encrypted using a one-way encryption algorithm.
Free
(True/False)
4.8/5
(34)
Correct Answer:
True
When receiving a message from somebody else and decrypting it using the RSA encryption algorithm, what key do we use to decrypt the message?
(Multiple Choice)
4.8/5
(35)
The ____________ class provides access to implementations of encryption and decryption algorithms.
(Short Answer)
4.7/5
(37)
When sending a message using the RSA encryption algorithm, what key do we use to encrypt our message?
(Multiple Choice)
4.8/5
(33)
The KeyPair and KeyPairGenerator classes are in the __________________ package.
(Short Answer)
4.9/5
(34)
The __________________ package contains classes and interfaces that encapsulate cryptology concepts.
(Short Answer)
4.8/5
(39)
When calling the init method of the Cipher class, if we want to encrypt, we can pass the __________________ constant of the Cipher class as the first argument of init.
(Short Answer)
4.8/5
(32)
What is the return type of the getPublic method of the KeyPair class?
(Multiple Choice)
4.9/5
(27)
The parameter of the initialize method of the KeyPairGenerator class is an int that represents the key size in bytes.
(True/False)
4.9/5
(39)
To build a Cipher object reference, we call the getInstance method of the Cipher class and pass the String RSA.
(True/False)
4.9/5
(38)
To get a Cipher reference, we use a method of the Cipher class that takes one parameter. What can you say about that parameter?
(Multiple Choice)
4.7/5
(37)
We can call the getProviders method of the ____________ class to get a list of encryption algorithms available on a device.
(Short Answer)
4.9/5
(40)
Showing 1 - 20 of 23
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)