public class FileDecryptPgpAction
extends fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl
Constructor and Description |
---|
FileDecryptPgpAction()
Creates a PGP decryption action that is not associated with a flow chart.
|
FileDecryptPgpAction(FlowChart flowChart,
java.lang.String name)
Creates a PGP decryption action that is associated with the specified
flow chart.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKeyNamespace()
Returns the repository namespace this action will use to retrieve
the private key.
|
java.lang.String |
getPassphrase()
Returns the passphrase used to secure the PGP encryption.
|
boolean |
isDeleteSource()
Indicates whether the encrypted source files should be deleted
after completing the decryption.
|
void |
setDeleteSource(boolean deleteSource)
Sets whether the encrypted source files should be deleted
after completing the decryption.
|
void |
setKeyNamespace(java.lang.String repositoryNamespace)
Sets the repository namespace this action will use to retrieve
the private key.
|
void |
setPassphrase(java.lang.String passphrase)
Returns the passphrase used to encrypt the specified PGP files.
|
getRenamer, setRenamer
addTarget, execute, getIndexedTargets, getIndexedTargets, getTargets, isPreserveDirectoryStructure, setIndexedTargets, setIndexedTargets, setPreserveDirectoryStructure, setTargets
addSource, clear, getIndexedSources, getIndexedSources, getSources, setIndexedSources, setIndexedSources, setSources
addFlow, addFlow, addInFlow, addOutFlow, addPropertyChangeListener, addSignalFlow, auditForAgent, calculateTimeout, clearInFlow, clone, cloneFlows, countSignals, doDataMapping, equals, getAuditTrailDetails, getFlows, getInFlows, getJoinExpression, getNote, getOutFlows, getPoint, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getRuntimeDataMap, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getX, getY, hashCode, isEndOfRun, isJoinPoint, isMarkedForSkip, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, makeTimeoutSignal, postClone, preClone, removeFlow, removeInFlow, removePropertyChangeListener, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setMarkedForSkip, setName, setNameWithoutErrorCheck, setNote, setPoint, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setRuntimeDataMap, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, setX, setY, toString, verifyOnClient, verifyTimeout
getDescription, getId, getName, getVariableManager, reset, setDescription, setId, setVariableManager
addTarget, getTargets, isPreserveDirectoryStructure, setPreserveDirectoryStructure
addSource, clear, getSources
public FileDecryptPgpAction()
public FileDecryptPgpAction(FlowChart flowChart, java.lang.String name)
public java.lang.String getKeyNamespace()
getKeyNamespace
in class fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl
public java.lang.String getPassphrase()
getPassphrase
in class fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl
public boolean isDeleteSource()
isDeleteSource
in class fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl
public void setDeleteSource(boolean deleteSource)
setDeleteSource
in class fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl
deleteSource
- Whether the encrypted source files should be deleted
after completing the decryption.public void setKeyNamespace(java.lang.String repositoryNamespace)
setKeyNamespace
in class fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl
repositoryNamespace
- The repository namespace this action will use to retrieve
the private key. This property cannot be set if a passphrase has
been specified.public void setPassphrase(java.lang.String passphrase)
setPassphrase
in class fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl
passphrase
- The passphrase used to encrypt the specified PGP files.© 2000-2025 Flux Corporation. All rights reserved.