org.kuali.rice.krad.labs.encryption
Class EncryptionForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.rice.krad.labs.encryption.EncryptionForm
All Implemented Interfaces:
Serializable, ViewModel

public class EncryptionForm
extends UifFormBase

Form for the encrypt/decrypt utility

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, controllerMapping, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName
 
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 org.kuali.rice.krad.web.form.UifFormBase
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanation, getDialogManager, getDialogResponse, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSessionId, getSessionTimeoutInterval, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isDirtyForm, isJsonRequest, isOriginalComponentRequest, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setOriginalComponentRequest, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionForm

public EncryptionForm()
Method Detail

getEncryptionServiceName

public String getEncryptionServiceName()
Gets the name of the encryption service that is being used

Returns:
encryption service name

setEncryptionServiceName

public void setEncryptionServiceName(String encryptionServiceName)

getInput

public String getInput()
Gets the input text to be encrypted/decrypted

Returns:
input text

setInput

public void setInput(String input)

getEncryptedText

public String getEncryptedText()
Gets the resulting encrypted text

Returns:
encrypted text

setEncryptedText

public void setEncryptedText(String encryptedText)

getDecryptedText

public String getDecryptedText()
Gets the resulting decrypted text

Returns:
decrypted text

setDecryptedText

public void setDecryptedText(String decryptedText)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.