Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.signing
Class SignaturePasswords

java.lang.Object
  extended by org.eclipse.mtj.core.signing.SignaturePasswords

public class SignaturePasswords
extends Object

This class carries a pair of passwords back from the status handler (SigningPasswordsHandler) in the ui area.

Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.


Constructor Summary
SignaturePasswords()
          Constructor
SignaturePasswords(String keystorePass, String keyPass)
           
 
Method Summary
 String getKeyPassword()
           
 String getKeystorePassword()
           
 void setKeyPassword(String value)
           
 void setKeystorePassword(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignaturePasswords

public SignaturePasswords()
Constructor


SignaturePasswords

public SignaturePasswords(String keystorePass,
                          String keyPass)
Parameters:
keystorePass -
keyPass -
Method Detail

getKeystorePassword

public String getKeystorePassword()
Returns:

setKeystorePassword

public void setKeystorePassword(String value)
Parameters:
value -

getKeyPassword

public String getKeyPassword()
Returns:

setKeyPassword

public void setKeyPassword(String value)
Parameters:
value -

Mobile Tools for Java
Release 1.0