|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.web.form.UifFormBase
org.kuali.rice.krad.labs.encryption.EncryptionForm
public class EncryptionForm
Form for the encrypt/decrypt utility
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
EncryptionForm()
|
|
| Method Summary | |
|---|---|
String |
getDecryptedText()
Gets the resulting decrypted text |
String |
getEncryptedText()
Gets the resulting encrypted text |
String |
getEncryptionServiceName()
Gets the name of the encryption service that is being used |
String |
getInput()
Gets the input text to be encrypted/decrypted |
void |
setDecryptedText(String decryptedText)
|
void |
setEncryptedText(String encryptedText)
|
void |
setEncryptionServiceName(String encryptionServiceName)
|
void |
setInput(String input)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncryptionForm()
| Method Detail |
|---|
public String getEncryptionServiceName()
public void setEncryptionServiceName(String encryptionServiceName)
public String getInput()
public void setInput(String input)
public String getEncryptedText()
public void setEncryptedText(String encryptedText)
public String getDecryptedText()
public void setDecryptedText(String decryptedText)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||