service/src/main/java/org/apache/fineract/cn/provisioner/config/SystemProperties.java [78:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public BigInteger getModulus() {
      return modulus;
    }

    public void setModulus(BigInteger modulus) {
      this.modulus = modulus;
    }

    public BigInteger getExponent() {
      return exponent;
    }

    public void setExponent(BigInteger exponent) {
      this.exponent = exponent;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



service/src/main/java/org/apache/fineract/cn/provisioner/config/SystemProperties.java [102:115]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public BigInteger getModulus() {
      return modulus;
    }

    public void setModulus(BigInteger modulus) {
      this.modulus = modulus;
    }

    public BigInteger getExponent() {
      return exponent;
    }

    public void setExponent(BigInteger exponent) {
      this.exponent = exponent;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



