Status Event
Shows the progress of the operation.
Syntax
public void fireStatus(OpenpgpStatusEvent event); public class OpenpgpStatusEvent { public String message; }
Remarks
The event is fired for informational and logging purposes only. It may be used to track the progress of an operation.
The level of detail is controlled by the LogLevel setting.