-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '048bdcffa3a218b87aa37bae39d51c2cd6ed7fed'
- Loading branch information
Showing
42 changed files
with
501 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
nexu-api/src/main/java/lu/nowina/nexu/api/NexuPasswordInputCallback.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/** | ||
* © Nowina Solutions, 2015-2017 | ||
* | ||
* Concédée sous licence EUPL, version 1.1 ou – dès leur approbation par la Commission européenne - versions ultérieures de l’EUPL (la «Licence»). | ||
* Vous ne pouvez utiliser la présente œuvre que conformément à la Licence. | ||
* Vous pouvez obtenir une copie de la Licence à l’adresse suivante: | ||
* | ||
* http://ec.europa.eu/idabc/eupl5 | ||
* | ||
* Sauf obligation légale ou contractuelle écrite, le logiciel distribué sous la Licence est distribué «en l’état», | ||
* SANS GARANTIES OU CONDITIONS QUELLES QU’ELLES SOIENT, expresses ou implicites. | ||
* Consultez la Licence pour les autorisations et les restrictions linguistiques spécifiques relevant de la Licence. | ||
*/ | ||
package lu.nowina.nexu.api; | ||
|
||
import eu.europa.esig.dss.token.PasswordInputCallback; | ||
|
||
/** | ||
* {@link PasswordInputCallback} whose password prompt can be modified. | ||
* | ||
* @author Jean Lepropre ([email protected]) | ||
*/ | ||
public interface NexuPasswordInputCallback extends PasswordInputCallback { | ||
|
||
/** | ||
* Sets the password prompt of this {@link PasswordInputCallback}. | ||
* @param passwordPrompt The new password prompt. | ||
*/ | ||
void setPasswordPrompt(String passwordPrompt); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# © Nowina Solutions, 2015-2017 | ||
# | ||
# Concédée sous licence EUPL, version 1.1 ou - dès leur approbation par la Commission européenne - versions ultérieures de l'EUPL (la «Licence»). | ||
# Vous ne pouvez utiliser la présente oeuvre que conformément à la Licence. | ||
# Vous pouvez obtenir une copie de la Licence à l'adresse suivante: | ||
# | ||
# http://ec.europa.eu/idabc/eupl5 | ||
# | ||
# Sauf obligation légale ou contractuelle écrite, le logiciel distribué sous la Licence est distribué «en l'état», | ||
# SANS GARANTIES OU CONDITIONS QUELLES QU'ELLES SOIENT, expresses ou implicites. | ||
# Consultez la Licence pour les autorisations et les restrictions linguistiques spécifiques relevant de la Licence. | ||
|
||
card.product.adapter.password.prompt=PIN code |
13 changes: 13 additions & 0 deletions
13
nexu-api/src/main/resources/bundles/nexu-api_fr.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# © Nowina Solutions, 2015-2017 | ||
# | ||
# Concédée sous licence EUPL, version 1.1 ou - dès leur approbation par la Commission européenne - versions ultérieures de l'EUPL (la «Licence»). | ||
# Vous ne pouvez utiliser la présente oeuvre que conformément à la Licence. | ||
# Vous pouvez obtenir une copie de la Licence à l'adresse suivante: | ||
# | ||
# http://ec.europa.eu/idabc/eupl5 | ||
# | ||
# Sauf obligation légale ou contractuelle écrite, le logiciel distribué sous la Licence est distribué «en l'état», | ||
# SANS GARANTIES OU CONDITIONS QUELLES QU'ELLES SOIENT, expresses ou implicites. | ||
# Consultez la Licence pour les autorisations et les restrictions linguistiques spécifiques relevant de la Licence. | ||
|
||
card.product.adapter.password.prompt=Code PIN |
13 changes: 13 additions & 0 deletions
13
nexu-api/src/main/resources/bundles/nexu-api_nl.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# © Nowina Solutions, 2015-2017 | ||
# | ||
# Concédée sous licence EUPL, version 1.1 ou - dès leur approbation par la Commission européenne - versions ultérieures de l'EUPL (la «Licence»). | ||
# Vous ne pouvez utiliser la présente oeuvre que conformément à la Licence. | ||
# Vous pouvez obtenir une copie de la Licence à l'adresse suivante: | ||
# | ||
# http://ec.europa.eu/idabc/eupl5 | ||
# | ||
# Sauf obligation légale ou contractuelle écrite, le logiciel distribué sous la Licence est distribué «en l'état», | ||
# SANS GARANTIES OU CONDITIONS QUELLES QU'ELLES SOIENT, expresses ou implicites. | ||
# Consultez la Licence pour les autorisations et les restrictions linguistiques spécifiques relevant de la Licence. | ||
|
||
card.product.adapter.password.prompt=Pincode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.