Class Device


public class Device extends NativeObject

The cryptographic device (HSM, USB token, etc.)

  • Method Details

    • createSession

      public Session createSession(String password)

      Create a session

      Parameters:
      password - If this parameter is not null, the session is created and Session.login(java.lang.String) executed.
      Returns:
    • getDescription

      public String getDescription()

      Description of the device (Getter)

    • getManufacturerID

      public String getManufacturerID()

      ID of the device's manufacturer (Getter)