Interface Certificate.UpdateStages.WithThumbprint

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

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

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

    • withThumbprint

      Certificate.Update withThumbprint(String thumbprint)
      Specifies the thumbprint property: The thumbprint of the certificate.

      This must match the thumbprint from the name..

      Parameters:
      thumbprint - The thumbprint of the certificate.

      This must match the thumbprint from the name.

      Returns:
      the next definition stage.