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 Summary
Modifier and TypeMethodDescriptionwithPassword(String password) Specifies the password property: Password for the Certificate.
-
Method Details
-
withPassword
Specifies the password property: Password for the Certificate.- Parameters:
password- Password for the Certificate.- Returns:
- the next definition stage.
-