aboutsummaryrefslogtreecommitdiff
path: root/spss/server/serverlib/src/main/java/at/gv/egovernment/moa/spss/api/SPSSFactory.java
diff options
context:
space:
mode:
authorkstranacher_eGovL <kstranacher_eGovL@d688527b-c9ab-4aba-bd8d-4036d912da1d>2012-12-21 12:37:45 +0000
committerkstranacher_eGovL <kstranacher_eGovL@d688527b-c9ab-4aba-bd8d-4036d912da1d>2012-12-21 12:37:45 +0000
commitc0374673df99e32bbe41ebfc3cde58630d853ede (patch)
tree7335335bf69686636db7d40d53f6765c5629af1b /spss/server/serverlib/src/main/java/at/gv/egovernment/moa/spss/api/SPSSFactory.java
parent29f4a42701b3f2952adc1bdbc463f280b23d3d26 (diff)
downloadmoa-id-spss-c0374673df99e32bbe41ebfc3cde58630d853ede.tar.gz
moa-id-spss-c0374673df99e32bbe41ebfc3cde58630d853ede.tar.bz2
moa-id-spss-c0374673df99e32bbe41ebfc3cde58630d853ede.zip
Integration TSL library.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1301 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss/server/serverlib/src/main/java/at/gv/egovernment/moa/spss/api/SPSSFactory.java')
-rw-r--r--spss/server/serverlib/src/main/java/at/gv/egovernment/moa/spss/api/SPSSFactory.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/spss/server/serverlib/src/main/java/at/gv/egovernment/moa/spss/api/SPSSFactory.java b/spss/server/serverlib/src/main/java/at/gv/egovernment/moa/spss/api/SPSSFactory.java
index 54b166a99..fbf40be88 100644
--- a/spss/server/serverlib/src/main/java/at/gv/egovernment/moa/spss/api/SPSSFactory.java
+++ b/spss/server/serverlib/src/main/java/at/gv/egovernment/moa/spss/api/SPSSFactory.java
@@ -1008,6 +1008,8 @@ public abstract class SPSSFactory {
* @param publicAuthorityID The identification of the public authority
* (if <code>publicAuthority</code> is <code>true</code>). May be
* <code>null</code>.
+ * @param sscd <code>true</code>, if the TSL check verifies the
+ * signature based on a SSDC, otherwise <code>false</code>.
* @return The <code>SignerInfo</code> containing the above data.
*
* @pre signerCertSubjectName != null
@@ -1018,8 +1020,9 @@ public abstract class SPSSFactory {
X509Certificate signerCertificate,
boolean qualifiedCertificate,
boolean publicAuthority,
- String publicAuthorityID);
-
+ String publicAuthorityID,
+ boolean sscd);
+
/**
* Create a new <code>X509IssuerSerial</code> object.
*