Which of the following best describes a CRL?

A. a published listing of invalid certificates
B. serve as a front end to users for revoking certificates
C. a file that contains information about the user and public key
D. keeps track of issued credentials and manages revocation of certificates


Answer: A

Computer Science & Information Technology

You might also like to view...

A new thread begins its life cycle by transitioning to the __________ state.

a. runnable. b. waiting. c. terminated. d. new.

Computer Science & Information Technology

What will display after the following code is run if name = "Morris"?

``` if(name > "Joe") document.write("Morris is a cat."); else document.write("Joe rules!"); ``` a. Joe rules! b. Morris is a cat. c. Morris is a cat.Joe rules! d. nothing – cannot compare these values

Computer Science & Information Technology

In the Bag class defined in the chapter, what is one of the purposes of the sourceCollection argument in the __init__ method?

A. to create a bag with the contents of another collection B. to delete the contents of an existing collection C. to define source code for the method D. to add data to an existing bag collection

Computer Science & Information Technology

The formula = ________ (10/15/2018,2) would return 12/15/2018.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology