Interface Certificate.UpdateStages.WithThumbprintAlgorithm

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

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

    Modifier and Type
    Method
    Description
    withThumbprintAlgorithm(String thumbprintAlgorithm)
    Specifies the thumbprintAlgorithm property: The algorithm of the certificate thumbprint.
  • Method Details

    • withThumbprintAlgorithm

      Certificate.Update withThumbprintAlgorithm(String thumbprintAlgorithm)
      Specifies the thumbprintAlgorithm property: The algorithm of the certificate thumbprint.

      This must match the first portion of the certificate name. Currently required to be 'SHA1'..

      Parameters:
      thumbprintAlgorithm - The algorithm of the certificate thumbprint.

      This must match the first portion of the certificate name. Currently required to be 'SHA1'.

      Returns:
      the next definition stage.