From a0217c13a2542bc6bced45bd9465c2b272aae461 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 20 Jan 2009 14:18:17 +0000 Subject: nothing git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@265 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- STAL/src/main/java/at/gv/egiz/stal/STAL.java | 52 ++++++++++++++-------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/STAL/src/main/java/at/gv/egiz/stal/STAL.java b/STAL/src/main/java/at/gv/egiz/stal/STAL.java index 7fa7cb45..7015ec29 100644 --- a/STAL/src/main/java/at/gv/egiz/stal/STAL.java +++ b/STAL/src/main/java/at/gv/egiz/stal/STAL.java @@ -14,30 +14,30 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package at.gv.egiz.stal; - -import java.util.List; -import java.util.Locale; - -/** - * Interface for all implementations of the Security Tokean Abstraction Layer. - * This interface is used by the BKU to handle all security token related parts. - * - * - */ -public interface STAL { - - /** - * Handles a list of security token commands. - * @param aRequestList - * @return - */ - public List handleRequest(List aRequestList); - - /** - * Sets the preferred locale for userinteraction (e.g. PIN dialogs). - * If the locale is not set the default locale will be used. - * @param locale must not be null. - */ - public void setLocale(Locale locale); +package at.gv.egiz.stal; + +import java.util.List; +import java.util.Locale; + +/** + * Interface for all implementations of the Security Tokean Abstraction Layer. + * This interface is used by the BKU to handle all security token related parts. + * + * + */ +public interface STAL { + + /** + * Handles a list of security token commands. + * @param aRequestList + * @return + */ + public List handleRequest(List aRequestList); + + /** + * Sets the preferred locale for userinteraction (e.g. PIN dialogs). + * If the locale is not set the default locale will be used. + * @param locale must not be null. + */ + public void setLocale(Locale locale); } \ No newline at end of file -- cgit v1.2.3