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

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

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

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that throw StoreEncryptionException
 byte[] IEncryptedStore.toXml(PasswordCallback passwdCallback)
          Returns a EncryptedStore XML object encrypted using the provided password.
 

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

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that throw StoreEncryptionException
 byte[] EncryptedStore.toXml(PasswordCallback passwdCallback)
          Returns the bytes that should be written our to a CRDS file.