- queryCertCount(int) - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Query the count of specific type certificate in the hardware secure module.
- queryCertLabels(int, byte[], int) - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Query the lable of specific type certificate in the hardware secure module, every label separated by ':'.
- queryCrlLabels(byte[]) - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Query x509 crl labels
- queryInfo(int[], int[]) - Static method in class com.cloudpos.jniinterface.BatteryInterface
-
Get the capacity and voltage of the battery device.
- queryInfo(int[], int[]) - Static method in class com.cloudpos.jniinterface.RFCardInterface
-
Query the number and type of cards on the contactless card reader.
- queryMaxNumber() - Static method in class com.cloudpos.jniinterface.SmartCardInterface
-
The function query the max the slot in this smart card reader.
- queryPresence(int) - Static method in class com.cloudpos.jniinterface.SmartCardInterface
-
The function query whether the smart card is not existent Attention : not
every slot can support this function.
- queryPrivateKeyCount() - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Query the count of private key in the hardware secure module.
- queryPrivateKeyLabels(byte[], int) - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Query the lable of private key in the hardware secure module, every label separated by ':'.
- queryStatus(int) - Static method in class com.cloudpos.jniinterface.ExternalPrinterInterface
-
query the status of printer
- queryStatus() - Static method in class com.cloudpos.jniinterface.PrinterInterface
-
query the status of printer.
- queryVoltage(int, int[], int[]) - Static method in class com.cloudpos.jniinterface.ExternalPrinterInterface
-
query the capacity and voltage
- queryVoltage(int[], int[]) - Static method in class com.cloudpos.jniinterface.PrinterInterface
-
query the capacity and voltage.