summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java8
1 files changed, 8 insertions, 0 deletions
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 40a762ab5..bc545a9ba 100644
--- a/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java
+++ b/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java
@@ -26,6 +26,7 @@ import java.security.*;
import java.security.cert.*;
import netscape.security.x509.*;
import netscape.security.util.*;
+import org.mozilla.jss.crypto.*;
import com.netscape.certsrv.base.*;
import com.netscape.certsrv.request.*;
@@ -167,6 +168,13 @@ public interface ICertificateAuthority extends ISubsystem {
public void setMaxSerial(String serial) throws EBaseException;
/**
+ * Retrieves the default signature algorithm of this certificate authority.
+ *
+ * @return the default signature algorithm of this CA
+ */
+ public SignatureAlgorithm getDefaultSignatureAlgorithm();
+
+ /**
* Retrieves the default signing algorithm of this certificate authority.
*
* @return the default signing algorithm of this CA