Interface IDecrypter


public interface IDecrypter
Interface to decrypt messages from metadata and configuration elements from Scheduler. The methods of this class can only be invoked when executed inside the Scheduler Server (i.e., when the extension is deployed).
Since:
6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    decrypt(String encryptedMessage)
     
  • Method Details