Interface Certificate.UpdateStages.WithFormat

All Known Subinterfaces:
Certificate.Update
Enclosing interface:
Certificate.UpdateStages

public static interface Certificate.UpdateStages.WithFormat
The stage of the Certificate update allowing to specify format.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the format property: The format of the certificate - either Pfx or Cer.
  • Method Details

    • withFormat

      Specifies the format property: The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx..
      Parameters:
      format - The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.
      Returns:
      the next definition stage.