public interface IIBScriptPGPHandler
Modifier and Type | Method and Description |
---|---|
void |
setOperationID(java.lang.String operationID)
Sets the operation id for this inbound FTP session, so the PGP configuration can be
retrieved for PGP processing.
|
boolean |
setPGPPolicy(java.lang.String policy)
Set the policy for inbound PGP Processing.
|
boolean |
unpackageMessage(java.lang.String filename)
Unpackage the PGP packaged inbound FTP file specified by filename
|
boolean setPGPPolicy(java.lang.String policy)
policy
- options: "None", "Pass-through", "Must Sign", "Must Encrypt", "Must Sign and Encrypt"void setOperationID(java.lang.String operationID)
operationID
- the operation ID for this inbound FTP sessionboolean unpackageMessage(java.lang.String filename)
filename
- the file to be unpackaged with PGP processing