Class DigestMethodType

    • Field Detail

      • algorithm

        protected String algorithm
      • salt

        protected byte[] salt
      • workFactor

        protected Integer workFactor
    • Constructor Detail

      • DigestMethodType

        public DigestMethodType()
    • Method Detail

      • getAlgorithm

        public String getAlgorithm()
        Gets the value of the algorithm property.
        Returns:
        possible object is String
      • setAlgorithm

        public void setAlgorithm​(String value)
        Sets the value of the algorithm property.
        Parameters:
        value - allowed object is String
      • getSalt

        public byte[] getSalt()
      • setSalt

        public void setSalt​(byte[] salt)
      • getWorkFactor

        public Integer getWorkFactor()
      • setWorkFactor

        public void setWorkFactor​(Integer workFactor)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object