BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Public Member Functions | Private Attributes | List of all members
org.buildmlearn.toolkit.model.KeyStoreDetails Class Reference

Model class for holding the details of keystore file. More...

Public Member Functions

 KeyStoreDetails (String password, String alias, String aliasPassword)
 
String getAssetsPath ()
 
String getPassword ()
 
String getAlias ()
 
String getAliasPassword ()
 

Private Attributes

final String assetsPath
 
final String password
 
final String alias
 
final String aliasPassword
 

Detailed Description

Model class for holding the details of keystore file.

Created by abhishek on 11/06/15 at 2:19 PM.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.model.KeyStoreDetails.KeyStoreDetails ( String  password,
String  alias,
String  aliasPassword 
)

Member Function Documentation

String org.buildmlearn.toolkit.model.KeyStoreDetails.getAlias ( )
String org.buildmlearn.toolkit.model.KeyStoreDetails.getAliasPassword ( )
String org.buildmlearn.toolkit.model.KeyStoreDetails.getAssetsPath ( )
String org.buildmlearn.toolkit.model.KeyStoreDetails.getPassword ( )

Member Data Documentation

final String org.buildmlearn.toolkit.model.KeyStoreDetails.alias
private
final String org.buildmlearn.toolkit.model.KeyStoreDetails.aliasPassword
private
final String org.buildmlearn.toolkit.model.KeyStoreDetails.assetsPath
private
final String org.buildmlearn.toolkit.model.KeyStoreDetails.password
private

The documentation for this class was generated from the following file: