Interface Cipher.Builder

    • Method Detail

      • name

        Cipher.Builder name​(String name)

        The name of the cipher.

        Parameters:
        name - The name of the cipher.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priority

        Cipher.Builder priority​(Integer priority)

        The priority of the cipher.

        Parameters:
        priority - The priority of the cipher.
        Returns:
        Returns a reference to this object so that method calls can be chained together.