Interface PBKDF2PasswordStorageSchemeCfgClient

    • Method Detail

      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the PBKDF2 Password Storage Scheme implementation.

        Specified by:
        getJavaClass in interface PasswordStorageSchemeCfgClient
        Returns:
        Returns the value of the "java-class" property.
      • setJavaClass

        void setJavaClass​(String value)
                   throws PropertyException
        Sets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the PBKDF2 Password Storage Scheme implementation.

        Specified by:
        setJavaClass in interface PasswordStorageSchemeCfgClient
        Parameters:
        value - The value of the "java-class" property.
        Throws:
        PropertyException - If the new value is invalid.
      • getPBKDF2Iterations

        int getPBKDF2Iterations()
        Gets the "pbkdf2-iterations" property.

        The number of algorithm iterations to make. NIST recommends at least 1000.

        Returns:
        Returns the value of the "pbkdf2-iterations" property.
      • setPBKDF2Iterations

        void setPBKDF2Iterations​(Integer value)
                          throws PropertyException
        Sets the "pbkdf2-iterations" property.

        The number of algorithm iterations to make. NIST recommends at least 1000.

        Parameters:
        value - The value of the "pbkdf2-iterations" property.
        Throws:
        PropertyException - If the new value is invalid.