Interface Certificate.DefinitionStages.WithFormat

All Known Subinterfaces:
Certificate.Definition, Certificate.DefinitionStages.WithCreate
Enclosing interface:
Certificate.DefinitionStages

public static interface Certificate.DefinitionStages.WithFormat
The stage of the Certificate definition allowing to specify format.
  • 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.