Class Device
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.crypto.providers.pkcs11.Device
The cryptographic device (HSM, USB token, etc.)
-
Method Summary
Modifier and TypeMethodDescriptioncreateSession(String password) Create a sessionDescription of the device (Getter)ID of the device's manufacturer (Getter)Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Method Details
-
createSession
Create a session
- Parameters:
password- If this parameter is notnull, the session is created andSession.login(java.lang.String)executed.- Returns:
-
getDescription
Description of the device (Getter)
-
getManufacturerID
ID of the device's manufacturer (Getter)
-