| Constructor and Description |
|---|
Client(java.lang.String userEmailAddress,
CryptshareConnection connection,
java.nio.file.Path storePath)
Constructs a Client instance that sets the
Locale.getDefault() as user language, and uses a file based store to persist information. |
Client(java.lang.String userEmailAddress,
CryptshareConnection connection,
java.nio.file.Path storePath,
ProtectionScope protectionScope)
Constructs a Client instance that sets the
Locale.getDefault() as user language, and uses a file based store to persist information. |
Client(java.lang.String userEmailAddress,
java.util.Locale userLanguage,
CryptshareConnection connection,
IStore store)
Constructs a Client instance with a custom
IStore implementation. |
Client(java.lang.String userEmailAddress,
java.util.Locale userLanguage,
CryptshareConnection connection,
java.nio.file.Path storePath)
Constructs a Client instance that sets the
Locale.getDefault() as user language, and uses a file based store to persist information. |
Client(java.lang.String userEmailAddress,
java.util.Locale userLanguage,
CryptshareConnection connection,
java.nio.file.Path storePath,
ProtectionScope protectionScope)
Constructs a
Client instance that sets the Locale as user language, and uses a file based store to persist information. |