What are the three most common methods for implementing Delta CRL?

What will be an ideal response?


Three common methods of implementing Delta CRL are as follows:
* Policy statement: A specific policy OID in a certificate can be marked as the indicator for using Delta CRL. The location of the CRL can be set according to the CA domain.
* Delta CRL indicator: This per-CRL extension is used to indicate whether the CRL in question is delta or base.
* Freshest revocation information pointer: This certificate extension can be used like a DP to point to a Delta CRL.

Computer Science & Information Technology

You might also like to view...

The TCP/IP protocol architecture consists of ________ layers.

A) 3 B) 4 C) 5 D) 6

Computer Science & Information Technology

Which of the following statements will convert a string s into i of int type?

a. i = Integer.parseInt(s); b. i = (new Integer(s)).intValue(); c. i = Integer.valueOf(s).intValue(); d. i = Integer.valueOf(s); e. i = (int)(Double.parseDouble(s));

Computer Science & Information Technology

Importing data into a Project 2010 file means to convert it from a non-Project 2010 file format into a Project 2010 file format.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Forms can include calculations and list boxes.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology