aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java6
1 files changed, 3 insertions, 3 deletions
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 {