Class Base64.Builder

All Implemented Interfaces:
Supplier<Base64>
Enclosing class:
Base64

Builds Base64 instances.
Since:
1.17.0
  • Constructor Details

    • Builder

      public Builder()
      Constructs a new instance.
  • Method Details

    • get

      public Base64 get()
    • setUrlSafe

      public Base64.Builder setUrlSafe(boolean urlSafe)
      Sets the URL-safe encoding policy.
      Parameters:
      urlSafe - URL-safe encoding policy, null resets to the default.
      Returns:
      this.