Interface Certificate.DefinitionStages.WithPassword
- All Known Subinterfaces:
Certificate.Definition,Certificate.DefinitionStages.WithCreate
- Enclosing interface:
- Certificate.DefinitionStages
public static interface Certificate.DefinitionStages.WithPassword
The stage of the Certificate definition 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.
-