eclipseme.core.model.impl
Class SignaturePasswords

java.lang.Object
  extended byeclipseme.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.


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

Constructor Detail

SignaturePasswords

public SignaturePasswords()

SignaturePasswords

public SignaturePasswords(java.lang.String keystorePass,
                          java.lang.String keyPass)
Method Detail

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)