summaryrefslogtreecommitdiffstats
path: root/base/common
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2017-06-06 16:16:40 -0400
committerAde Lee <alee@redhat.com>2017-06-07 16:00:52 -0400
commitd5c331a42955365b76a1549aec047e613d3185dc (patch)
tree6258a518501aa166cb803abe04f046da410aec31 /base/common
parent38df4274214938ceece85627abb6d4fe77b960ff (diff)
downloadpki-d5c331a42955365b76a1549aec047e613d3185dc.tar.gz
pki-d5c331a42955365b76a1549aec047e613d3185dc.tar.xz
pki-d5c331a42955365b76a1549aec047e613d3185dc.zip
Server side changes to correctly parse the new PKIArchiveOptions
The server is modified to read the new OIDs in the PKIArchiveOptions and handle them correctly. Change-Id: I328df4d6588b3c2c26a387ab2e9ed742d36824d4
Diffstat (limited to 'base/common')
-rw-r--r--base/common/src/org/dogtagpki/common/CAInfo.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/common/src/org/dogtagpki/common/CAInfo.java b/base/common/src/org/dogtagpki/common/CAInfo.java
index 0f68c7ab7..ada809899 100644
--- a/base/common/src/org/dogtagpki/common/CAInfo.java
+++ b/base/common/src/org/dogtagpki/common/CAInfo.java
@@ -66,6 +66,7 @@ public class CAInfo extends ResourceMessage {
this.archivalMechanism = archivalMechanism;
}
+ @XmlElement(name="EncryptAlgorithm")
public String getEncryptAlgorithm() {
return encryptAlgorithm;
}
@@ -74,6 +75,7 @@ public class CAInfo extends ResourceMessage {
this.encryptAlgorithm = encryptAlgorithm;
}
+ @XmlElement(name="WrapAlgorithm")
public String getKeyWrapAlgorithm() {
return keyWrapAlgorithm;
}