kerby-kerb/kerb-client/src/main/java/org/apache/kerby/kerberos/kerb/client/preauth/pkinit/ClientConfiguration.java [97:138]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isDhUsed() {
        return isDhUsed;
    }


    /**
     * @param isDhUsed the isDhUsed to set
     */
    public void setDhUsed(boolean isDhUsed) {
        this.isDhUsed = isDhUsed;
    }


    /**
     * @return the dhGroup
     */
    public DHParameterSpec getDhGroup() {
        return dhGroup;
    }


    /**
     * @param dhGroup the dhGroup to set
     */
    public void setDhGroup(DHParameterSpec dhGroup) {
        this.dhGroup = dhGroup;
    }


    /**
     * @return the isDhKeysReused
     */
    public boolean isDhKeysReused() {
        return isDhKeysReused;
    }


    /**
     * @param isDhKeysReused the isDhKeysReused to set
     */
    public void setDhKeysReused(boolean isDhKeysReused) {
        this.isDhKeysReused = isDhKeysReused;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kerby-kerb/kerb-client/src/main/java/org/apache/kerby/kerberos/kerb/client/preauth/pkinit/ServerConfiguration.java [68:109]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isDhUsed() {
        return isDhUsed;
    }


    /**
     * @param isDhUsed the isDhUsed to set
     */
    public void setDhUsed(boolean isDhUsed) {
        this.isDhUsed = isDhUsed;
    }


    /**
     * @return the dhGroup
     */
    public DHParameterSpec getDhGroup() {
        return dhGroup;
    }


    /**
     * @param dhGroup the dhGroup to set
     */
    public void setDhGroup(DHParameterSpec dhGroup) {
        this.dhGroup = dhGroup;
    }


    /**
     * @return the isDhKeysReused
     */
    public boolean isDhKeysReused() {
        return isDhKeysReused;
    }


    /**
     * @param isDhKeysReused the isDhKeysReused to set
     */
    public void setDhKeysReused(boolean isDhKeysReused) {
        this.isDhKeysReused = isDhKeysReused;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



