Uses of Class
org.eclipse.higgins.cardstore.exceptions.StoreDecryptionException

Packages that use StoreDecryptionException
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
 

Uses of StoreDecryptionException in org.eclipse.higgins.cardstore.schemas._2005._05.identity
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that throw StoreDecryptionException
 IRoamingStore IEncryptedStore.getRoamingStore(PasswordCallback passwdCallback)
          Returns a RoamingStore object.
 

Uses of StoreDecryptionException in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that throw StoreDecryptionException
 IRoamingStore EncryptedStore.getRoamingStore(PasswordCallback passwdCallback)