Builder.setSource

Sets the source data that will be hashed by a {@link HashService}. For example, this might be a {@code ByteSource} representation of a password, or file, etc.

@param source the source data that will be hashed by a {@link HashService}. @return this {@code Builder} instance for method chaining. @see HashRequest#getSource() @see #setSource(Object)

  1. Builder setSource(ByteSource source)
    class Builder
  2. Builder setSource(Object source)

Meta