From d13feba93c49508e596664f5a86835d2948a9196 Mon Sep 17 00:00:00 2001 From: awnuk Date: Tue, 6 May 2008 20:05:58 +0000 Subject: Provided CRL page size as configurable parameter - bug #445400. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@31 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java | 1 + 1 file changed, 1 insertion(+) diff --git a/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java b/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java index f23a488ed..2bbf430b9 100644 --- a/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java +++ b/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java @@ -72,6 +72,7 @@ public interface ICertificateAuthority extends ISubsystem { public final static String PROP_CRL_SUBSTORE = "crl"; // make this public so agent gateway can access for now. + public final static String PROP_CRL_PAGE_SIZE = "pageSize"; public final static String PROP_MASTER_CRL = "MasterCRL"; public final static String PROP_CRLEXT_SUBSTORE = "extension"; public final static String PROP_ISSUING_CLASS = -- cgit