Class GetConfigResult

    • Constructor Detail

      • GetConfigResult

        public GetConfigResult()
    • Method Detail

      • setConfigType

        public void setConfigType​(String configType)

        The type of credentials.

        Parameters:
        configType - The type of credentials.
      • getConfigType

        public String getConfigType()

        The type of credentials.

        Returns:
        The type of credentials.
      • withConfigType

        public GetConfigResult withConfigType​(String configType)

        The type of credentials.

        Parameters:
        configType - The type of credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfigFile

        public void setConfigFile​(String configFile)

        The chrystoki.conf configuration file.

        Parameters:
        configFile - The chrystoki.conf configuration file.
      • getConfigFile

        public String getConfigFile()

        The chrystoki.conf configuration file.

        Returns:
        The chrystoki.conf configuration file.
      • withConfigFile

        public GetConfigResult withConfigFile​(String configFile)

        The chrystoki.conf configuration file.

        Parameters:
        configFile - The chrystoki.conf configuration file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfigCred

        public void setConfigCred​(String configCred)

        The certificate file containing the server.pem files of the HSMs.

        Parameters:
        configCred - The certificate file containing the server.pem files of the HSMs.
      • getConfigCred

        public String getConfigCred()

        The certificate file containing the server.pem files of the HSMs.

        Returns:
        The certificate file containing the server.pem files of the HSMs.
      • withConfigCred

        public GetConfigResult withConfigCred​(String configCred)

        The certificate file containing the server.pem files of the HSMs.

        Parameters:
        configCred - The certificate file containing the server.pem files of the HSMs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object