java.lang.Object
com.inductiveautomation.ignition.common.licensing.CDKey
All Implemented Interfaces:
Serializable

public class CDKey extends Object implements Serializable
See Also:
  • Constructor Details

    • CDKey

      public CDKey(String cdKey)
      Parses the given string into a CD-Key. Should have 6 Base32 digits, optionally with a dash in the middle, like: "ABC-123". Case insensitive.
    • CDKey

      public CDKey(BitSet bs)
  • Method Details

    • newRandomCDKey

      public static CDKey newRandomCDKey()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCDKey

      public String getCDKey()
      Returns the key as a string without the dash in the middle
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object