summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/request
diff options
context:
space:
mode:
authorJack Magne <jmagne@redhat.com>2012-02-13 16:27:13 -0800
committerJack Magne <jmagne@redhat.com>2012-02-13 19:02:41 -0800
commit2f1ae9843d7239e970effa5e4692f3c4ab2eff6f (patch)
tree7ea9f519769ad7c13eeb06579092e5d766d1a3ac /pki/base/common/src/com/netscape/certsrv/request
parenta9680c7b7097c6b715c57c6581d4f24a5e4ee8b8 (diff)
downloadpki-2f1ae9843d7239e970effa5e4692f3c4ab2eff6f.tar.gz
pki-2f1ae9843d7239e970effa5e4692f3c4ab2eff6f.tar.xz
pki-2f1ae9843d7239e970effa5e4692f3c4ab2eff6f.zip
KRA symmetric key cmake support.
Changes to make the cmake build of this feature work. Change to the .classpath to allow the DRMTest.java test client to run under Eclipse, by adding additional jar paths to allow the client to run.
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/request')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/request/IRequest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/request/IRequest.java b/pki/base/common/src/com/netscape/certsrv/request/IRequest.java
index ec1f43fb3..e43856e2d 100644
--- a/pki/base/common/src/com/netscape/certsrv/request/IRequest.java
+++ b/pki/base/common/src/com/netscape/certsrv/request/IRequest.java
@@ -160,6 +160,8 @@ public interface IRequest {
public static final String SECURITY_DATA_SESS_PASS_PHRASE = "sessionWrappedPassphrase";
public static final String SECURITY_DATA_IV_STRING_IN = "iv_in";
public static final String SECURITY_DATA_IV_STRING_OUT = "iv_out";
+ public static final String SECURITY_DATA_SESS_WRAPPED_DATA = "sessWrappedSecData";
+ public static final String SECURITY_DATA_PASS_WRAPPED_DATA = "passPhraseWrappedData";
// requestor type values.