Class SoftkeyParams

java.lang.Object
ru.bitel.bgbilling.modules.softkey.server.bean.SoftkeyParams

public class SoftkeyParams extends Object
Класс с параметрами модуля SoftKey
  • Field Details

  • Constructor Details

    • SoftkeyParams

      public SoftkeyParams(ModuleSetup moduleSetup)
  • Method Details

    • getAc

      public int getAc()
    • setAc

      public void setAc(int ac)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getWebMenuTitle

      public String getWebMenuTitle()
    • setWebMenuTitle

      public void setWebMenuTitle(String webMenuTitle)
    • getChargeTypeId

      public int getChargeTypeId()
    • setChargeTypeId

      public void setChargeTypeId(int chargeTypeId)
    • getMaxSubscribeCount

      public int getMaxSubscribeCount()
    • setMaxSubscribeCount

      public void setMaxSubscribeCount(int maxSubscribeCount)
    • getFioPid

      public int getFioPid()
    • setFioPid

      public void setFioPid(int fioPid)
    • getEmailPid

      public int getEmailPid()
    • setEmailPid

      public void setEmailPid(int emailPid)
    • getSoftkeyPublicKey

      public PublicKey getSoftkeyPublicKey() throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException
      Возвращает открытый ключ системы softkey
      Returns:
      открытый ключ
      Throws:
      ru.bitel.bgbilling.common.BGMessageException
      ru.bitel.bgbilling.common.BGException
    • getISPPrivateKey

      public PrivateKey getISPPrivateKey() throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException
      Возвращает закрытый ключ провайдера
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGMessageException
      ru.bitel.bgbilling.common.BGException
    • getISPPublicKey

      public PublicKey getISPPublicKey() throws ru.bitel.bgbilling.common.BGException
      Возвращает открытый ключ провайдера
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGMessageException
      ru.bitel.bgbilling.common.BGException