Interface CertificateContract.UpdateStages.WithPassword

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

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

    • withPassword

      CertificateContract.Update withPassword(String password)
      Specifies the password property: Password for the Certificate.
      Parameters:
      password - Password for the Certificate.
      Returns:
      the next definition stage.