Interface PBKDF2Params

All Superinterfaces:
XMLObject
All Known Implementing Classes:
PBKDF2ParamsImpl

public interface PBKDF2Params
extends XMLObject
XMLObject representing XML Encryption 1.1 PBKDF2-params element.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
      Constant Field Values
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
      Constant Field Values
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getSalt

      @Nullable Salt getSalt()
      Get the Salt child element.
      Returns:
      the element
    • setSalt

      void setSalt​(@Nullable Salt salt)
      Set the Salt child element.
      Parameters:
      salt - the salt
    • getIterationCount

      @Nullable IterationCount getIterationCount()
      Get the IterationCount child element.
      Returns:
      the element
    • setIterationCount

      void setIterationCount​(@Nullable IterationCount count)
      Set the IterationCount child element.
      Parameters:
      count - the new iteration count
    • getKeyLength

      @Nullable KeyLength getKeyLength()
      Get the KeyLength child element.
      Returns:
      the element
    • setKeyLength

      void setKeyLength​(@Nullable KeyLength length)
      Set the KeyLength child element.
      Parameters:
      length - the new key length
    • getPRF

      @Nullable PRF getPRF()
      Get the PRF child element.
      Returns:
      the element
    • setPRF

      void setPRF​(@Nullable PRF prf)
      Set the PRF child element.
      Parameters:
      prf - the new PRF element