Class KeyToolImportKeystoreRequest

  • All Implemented Interfaces:
    org.apache.maven.shared.utils.cli.javatool.JavaToolRequest, KeyToolRequest

    public class KeyToolImportKeystoreRequest
    extends AbstractKeyToolRequest
    Request to import all entries of a keystore to another keystore using the KeyTool tool.
    Since:
    1.1
    Author:
    tchemit
    • Constructor Detail

      • KeyToolImportKeystoreRequest

        public KeyToolImportKeystoreRequest()
    • Method Detail

      • setSrckeystore

        public void setSrckeystore​(String srckeystore)

        Setter for the field srckeystore.

        Parameters:
        srckeystore - value of the field srckeystore to set
      • setDestkeystore

        public void setDestkeystore​(String destkeystore)

        Setter for the field destkeystore.

        Parameters:
        destkeystore - value of the field destkeystore to set
      • setSrcstoretype

        public void setSrcstoretype​(String srcstoretype)

        Setter for the field srcstoretype.

        Parameters:
        srcstoretype - value of the field srcstoretype to set
      • setDeststoretype

        public void setDeststoretype​(String deststoretype)

        Setter for the field deststoretype.

        Parameters:
        deststoretype - value of the field deststoretype to set
      • setSrcstorepass

        public void setSrcstorepass​(String srcstorepass)

        Setter for the field srcstorepass.

        Parameters:
        srcstorepass - value of the field srcstorepass to set
      • setDeststorepass

        public void setDeststorepass​(String deststorepass)

        Setter for the field deststorepass.

        Parameters:
        deststorepass - value of the field deststorepass to set
      • isSrcprotected

        public boolean isSrcprotected()
        Gets the value of the srcprotected field.
        Returns:
        the value of the srcprotected field
      • setSrcprotected

        public void setSrcprotected​(boolean srcprotected)

        Setter for the field srcprotected.

        Parameters:
        srcprotected - value of the field srcprotected to set
      • setSrcprovidername

        public void setSrcprovidername​(String srcprovidername)

        Setter for the field srcprovidername.

        Parameters:
        srcprovidername - value of the field srcprovidername to set
      • setDestprovidername

        public void setDestprovidername​(String destprovidername)

        Setter for the field destprovidername.

        Parameters:
        destprovidername - value of the field destprovidername to set
      • getSrcalias

        public String getSrcalias()
        Gets the value of the srcalias field.
        Returns:
        the value of the srcalias field
      • setSrcalias

        public void setSrcalias​(String srcalias)

        Setter for the field srcalias.

        Parameters:
        srcalias - value of the field srcalias to set
      • getDestalias

        public String getDestalias()
        Gets the value of the destalias field.
        Returns:
        the value of the destalias field
      • setDestalias

        public void setDestalias​(String destalias)

        Setter for the field destalias.

        Parameters:
        destalias - value of the field destalias to set
      • getSrckeypass

        public String getSrckeypass()
        Gets the value of the srckeypass field.
        Returns:
        the value of the srckeypass field
      • setSrckeypass

        public void setSrckeypass​(String srckeypass)

        Setter for the field srckeypass.

        Parameters:
        srckeypass - value of the field srckeypass to set
      • setDestkeypass

        public void setDestkeypass​(String destkeypass)

        Setter for the field destkeypass.

        Parameters:
        destkeypass - value of the field destkeypass to set
      • isNoprompt

        public boolean isNoprompt()
        Gets the value of the noprompt field.
        Returns:
        the value of the noprompt field
      • setNoprompt

        public void setNoprompt​(boolean noprompt)

        Setter for the field noprompt.

        Parameters:
        noprompt - value of the field noprompt to set
      • setProviderclass

        public void setProviderclass​(String providerclass)

        Setter for the field providerclass.

        Parameters:
        providerclass - value of the field providerclass to set
      • setProviderarg

        public void setProviderarg​(String providerarg)

        Setter for the field providerarg.

        Parameters:
        providerarg - value of the field providerarg to set
      • setProviderpath

        public void setProviderpath​(String providerpath)

        Setter for the field providerpath.

        Parameters:
        providerpath - value of the field providerpath to set