Exam 16: Security and Encryption

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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:
Verified

True

The getEncoded method of the Key interface returns an array of __________________.

Free
(Short Answer)
4.9/5
(36)
Correct Answer:
Verified

bytes

Passwords are typically encrypted using a one-way encryption algorithm.

Free
(True/False)
4.8/5
(34)
Correct Answer:
Verified

True

The KeyPairGenerator class is abstract.

(True/False)
4.9/5
(33)

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)

PrivateKey and PublicKey are classes.

(True/False)
4.7/5
(36)

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)

Which one of these numbers is not a composite number?

(Multiple Choice)
4.8/5
(35)

The getInstance method of the KeyPairGenerator class is static.

(True/False)
4.9/5
(34)

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)

77 is a composite number.

(True/False)
4.8/5
(30)

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)

AES stands for Advanced Encryption ____________.

(Short Answer)
4.9/5
(33)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)