Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 java 程序,使用 JDMK 5.1 工具包发送 SNMPv3 陷阱和我似乎需要创建的 jdmk 安全文件 (jdmk.security.file),这样做目前具有授权和明确的隐私密钥。
当工具包从文件中读取数据时,如何使这些值(我认为是密码)受到保护并且仍然可供工具包使用?
文档说您可以为这些值指定“任何文本密码或任何以 0x 开头的十六进制密钥”,但没有详细说明。