|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIBScriptPGPHandler
IIBScriptPGPHandler interface exposes the methods to setup and conduct inbound PGP processing.
Method Summary | |
---|---|
void |
setOperationID(java.lang.String operationID)
Sets the operation id for this inbound FTP/FTPS/SSHFTP 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/FTPS/SSHFTP file specified by filename |
Method Detail |
---|
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/FTPS/SSHFTP sessionboolean unpackageMessage(java.lang.String filename)
filename
- the file to be unpackaged with PGP processing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |