Class KeyToolImportCertificateRequest

    • Field Detail

      • keypass

        private java.lang.String keypass
        Key password.

        See options.

      • file

        private java.lang.String file
        Input file name.

        See options.

      • noprompt

        private boolean noprompt
        Do not prompt.

        See options.

      • trustcacerts

        private boolean trustcacerts
        Trust certificates from cacerts.

        See options.

    • Constructor Detail

      • KeyToolImportCertificateRequest

        public KeyToolImportCertificateRequest()
    • Method Detail

      • getFile

        public java.lang.String getFile()
        Gets the value of the file field.
        Returns:
        the value of the file field
      • setFile

        public void setFile​(java.lang.String file)
        Parameters:
        file - value of the field file 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)
        Parameters:
        noprompt - value of the field noprompt to set
      • isTrustcacerts

        public boolean isTrustcacerts()
        Gets the value of the trustcacerts field.
        Returns:
        the value of the trustcacerts field
      • setTrustcacerts

        public void setTrustcacerts​(boolean trustcacerts)
        Parameters:
        trustcacerts - value of the field trustcacerts to set
      • getKeypass

        public java.lang.String getKeypass()
        Gets the value of the keypass field.
        Returns:
        the value of the keypass field.
      • setKeypass

        public void setKeypass​(java.lang.String keypass)
        Sets the new given value to the field keypass of the request.
        Parameters:
        keypass - the new value of the field keypass.