summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/profile
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2014-02-24 15:31:12 -0500
committerAde Lee <alee@redhat.com>2014-02-26 01:18:56 -0500
commit62d4b2b3934507b1ddf699bcea4a6295565bb008 (patch)
tree624b07de5aa7dc1b824f4094f3b3a1fb4fab2320 /base/common/src/com/netscape/certsrv/profile
parent4488bb70e2b762d5282fcf88f1c4a349300dd6ea (diff)
downloadpki-62d4b2b3934507b1ddf699bcea4a6295565bb008.tar.gz
pki-62d4b2b3934507b1ddf699bcea4a6295565bb008.tar.xz
pki-62d4b2b3934507b1ddf699bcea4a6295565bb008.zip
Add ability to archive without sending pkiArchiveOptions object.
With this patch, you can now either send a pkiArchiveOptions object or the exploded parameters. This reduces the processing required on the client side.
Diffstat (limited to 'base/common/src/com/netscape/certsrv/profile')
-rw-r--r--base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java b/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java
index a2767ee53..69a39d7e2 100644
--- a/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java
+++ b/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java
@@ -155,6 +155,26 @@ public interface IEnrollProfile extends IProfile {
public static final String REQUEST_TRANSPORT_CERT = "req_transport_cert";
/**
+ * Session wrapped security data passed in to the DRM archival service
+ */
+ public static final String REQUEST_SECURITY_DATA = "req_security_data";
+
+ /**
+ * Transport Key wrapped session key passed into DRM archival service.
+ */
+ public static final String REQUEST_SESSION_KEY = "req_session_key";
+
+ /**
+ * Symmetric Key algorithm OID passed into DRM archival service
+ */
+ public static final String REQUEST_ALGORITHM_OID = "req_algorithm_oid";
+
+ /**
+ * Symmetric key algorithm params passed into DRM archival service
+ */
+ public static final String REQUEST_ALGORITHM_PARAMS = "req_algorithm_params";
+
+ /**
* Set Default X509CertInfo in the request.
*
* @param request profile-based certificate request.