Interface Certificate.UpdateStages.WithPassword

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

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

    Modifier and Type
    Method
    Description
    withPassword(String password)
    Specifies the password property: The password to access the certificate's private key.
  • Method Details

    • withPassword

      Certificate.Update withPassword(String password)
      Specifies the password property: The password to access the certificate's private key.

      This must not be specified if the certificate format is Cer..

      Parameters:
      password - The password to access the certificate's private key.

      This must not be specified if the certificate format is Cer.

      Returns:
      the next definition stage.