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 TypeMethodDescriptionwithPassword(String password) Specifies the password property: The password to access the certificate's private key.
-
Method Details
-
withPassword
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.
-