org.eclipse.mtj.core.signing
Class SignaturePasswords
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignaturePasswords
public SignaturePasswords()
- Constructor
SignaturePasswords
public SignaturePasswords(String keystorePass,
String keyPass)
- Parameters:
keystorePass - keyPass -
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 -