Interface PBKDF2Params

  • All Superinterfaces:
    XMLObject

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

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

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

      • 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