aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/auth
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java2
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java6
2 files changed, 4 insertions, 4 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java b/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java
index 09bc821d8..a39d60fa4 100644
--- a/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java
+++ b/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java
@@ -171,7 +171,7 @@ public class AuthenticationServer implements MOAIDAuthConstants {
// bkuSelectionType==HTMLSelect
String bkuSelectTag;
try {
- //TODO full test with different Templates
+ //TODO full Plattform Support, test with different Templates
//bkuSelectionTag is encoded in ISO-8859-1. must be converted to UTF-8
bkuSelectTag = new String( readBKUSelectTag(AuthConfigurationProvider.getInstance(), bkuConnParam), "ISO-8859-1");
byte buff [] = bkuSelectTag.getBytes("UTF-8");
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java b/id.server/src/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java
index 706d0a39a..a6be0af63 100644
--- a/id.server/src/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java
+++ b/id.server/src/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java
@@ -10,7 +10,7 @@ import at.gv.egovernment.moa.util.Base64Utils;
* <code>&quot;Ableitung f&uml;r die bereichsspezifische Personenkennzeichnung&quot;</code>
* version <code>1.0.1</code> from <code>&quot;reference.e-government.gv.at&quot;</code>.
*
- * @author Paul Ivancsics
+ * @author Paul Schamberger
* @version $Id$
*/
public class BPKBuilder {
@@ -18,9 +18,9 @@ public class BPKBuilder {
/**
* Builds the BPK from given parameters.
* @param identificationValue Base64 encoded "Stammzahl"
- * @param target "Verfahrensname"; will be transformed to lower case
+ * @param target "Bereich lt. Verordnung des BKA"
* @return PBK in a BASE64 encoding
- * @throws BuildException while building the BPK
+ * @throws BuildException in case of error while building the BPK
*/
public String buildBPK(String identificationValue, String target)
throws BuildException {