public interface HSMDeviceSpec extends DeviceSpec
HSMDeviceSpec interface represents an interface that defines the specifications of a Hardware Security Module (HSM).
This interface is an extension of the DeviceSpec and provides additional functionality
specific to HSM devices.| Modifier and Type | Method and Description |
|---|---|
int[] |
getAlgorithms()
Retrieves the list of algorithms supported by the hardware security module.
|