Class Device

java.lang.Object
com.inesm.KeyManager.model.Device

public class Device extends Object
Represents the devices capable of holding cryptographic keys.

All the getters and setters are the default ones.

Details about the meaning of each field are provided in the source code.

  • Constructor Details

    • Device

      public Device()
  • Method Details

    • toString

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

      public long getDeviceID()
    • setDeviceID

      public void setDeviceID(long deviceID)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getStationID

      public long getStationID()
    • setStationID

      public void setStationID(long stationID)
    • getKeys

      public String getKeys()
    • setKeys

      public void setKeys(String keys)