be.fedict.eid.applet.service.spi
Interface AuthenticationSignatureContext


public interface AuthenticationSignatureContext

Contextual state for authentication signature services.

Author:
Frank Cornelis

Method Summary
 Object load(String name)
          Loads an object for the given name.
 void store(String name, Object object)
          Stores the given object.
 

Method Detail

store

void store(String name,
           Object object)
Stores the given object.

Parameters:
name -
object -

load

Object load(String name)
Loads an object for the given name.

Parameters:
name -
Returns:


Copyright © 2008-2014 FedICT. All Rights Reserved.