Class SigningUnitConfig

java.lang.Object
com.netscape.cmscore.base.ConfigStore
com.netscape.certsrv.security.SigningUnitConfig
All Implemented Interfaces:
Cloneable

public class SigningUnitConfig extends ConfigStore
  • Constructor Details

  • Method Details

    • getCertNickname

      public String getCertNickname() throws EBaseException
      Throws:
      EBaseException
    • setCertNickname

      public void setCertNickname(String nickname)
    • getCACertNickname

      @Deprecated(since="11.3.0", forRemoval=true) public String getCACertNickname() throws EBaseException
      Deprecated, for removal: This API element is subject to removal in a future version.
      The cacertnickname has been replaced with certnickname. TODO: Remove cacertnickname property from existing instances with an upgrade script.
      Throws:
      EBaseException
    • setCACertNickname

      @Deprecated(since="11.3.0", forRemoval=true) public void setCACertNickname(String nickname)
      Deprecated, for removal: This API element is subject to removal in a future version.
      The cacertnickname has been replaced with certnickname. TODO: Remove cacertnickname property from existing instances with an upgrade script.
    • getNewNickname

      public String getNewNickname() throws EBaseException
      Throws:
      EBaseException
    • setNewNickname

      public void setNewNickname(String nickname)
    • getTokenName

      public String getTokenName() throws EBaseException
      Throws:
      EBaseException
    • setTokenName

      public void setTokenName(String tokenName)
    • getFullName

      public String getFullName() throws EBaseException
      Throws:
      EBaseException
    • getTestSignatureFailure

      public boolean getTestSignatureFailure() throws EBaseException
      Throws:
      EBaseException
    • getDefaultSigningAlgorithm

      public String getDefaultSigningAlgorithm() throws EBaseException
      Throws:
      EBaseException
    • setDefaultSigningAlgorithm

      public void setDefaultSigningAlgorithm(String algorithm)