eclipseme.core.model.impl
Class SignaturePasswords
java.lang.Object
eclipseme.core.model.impl.SignaturePasswords
- public class SignaturePasswords
- extends java.lang.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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignaturePasswords
public SignaturePasswords()
SignaturePasswords
public SignaturePasswords(java.lang.String keystorePass,
java.lang.String keyPass)
getKeystorePassword
public java.lang.String getKeystorePassword()
setKeystorePassword
public void setKeystorePassword(java.lang.String value)
getKeyPassword
public java.lang.String getKeyPassword()
setKeyPassword
public void setKeyPassword(java.lang.String value)