- decrement(int, int, int) - Static method in class com.cloudpos.jniinterface.RFCardInterface
-
Decrement value to a block, using it with the API :
hal_contactless_card_mc_restore and hal_contactless_card_mc_transfer
- DEFAULT_SLOT - Static variable in class com.cloudpos.jniinterface.SmartCardInterface
-
- delAllFingers() - Static method in class com.cloudpos.jniinterface.IsoFingerPrintInterface
-
Delete all fingerprints.
- deleteCertificate(int, String) - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Remove the certificate of the given alias.
- deleteKeyPair(String) - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Remove the key pair of the given alias.
- deleteUnionPayPrivateKey() - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Delete UnionPay private key.
- delFinger(int) - Static method in class com.cloudpos.jniinterface.IsoFingerPrintInterface
-
Delete one fingerprint.
- detach() - Static method in class com.cloudpos.jniinterface.RFCardInterface
-
Detach the target.
- displayDefaultScreen() - Static method in class com.cloudpos.jniinterface.SecondaryDisplayInterface
-
Default screen.
- doRSADecrypt(String, byte[], byte[], int) - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Do decryption by the given private key.
- doRSAEncrypt(String, byte[], byte[], int) - Static method in class com.cloudpos.jniinterface.HSMInterface
-
Do encryption by the given private key.