⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 pos机交易实现源代码 含金融卡交易8583协议实现 开发环境:linux 典型应用:嵌入系统开发 仅供参考
💻
字号:
This is a simple demo for org.jpos.security.SecureKeyStoreSecureKeyStore allows for storing and retrieving objects of type org.jpos.SecureKey. This allows for multiple threads to be sharing the same set of keys. This is typically needed when one task is responsible for the key exchange, while the other makes use of the exchanged keys. You would typically be having a single SecureKeyStore in your system, holding the keys of all the channels (interfaces) of your interchange.A typical SecureKeyStore implementation would store the Secure Keys in some persistent storage (a file or a database).This demo uses org.jpos.security.SimpleKeyFile as an implementation of SecureKeyStore. SimpleKeyFile relies on java.util.Properties to store the keys persistently in a properties file. SimpleKeyFile doesn't lock the keys file, so the keys can be manually edited even while the system is running. And every time a key is needed SimpleKeyFile re-reads the key file again, so that manually added changes would be sensed.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -