搜索资源列表
commons-codec-1.4-bin
- 加密的工具包,如DM5,BASE64,-加密的工具包,如DM5,BASE64,等等等
RSA
- // Struts2 Action方法中: // 将公钥的 modulus 和 exponent 传给页面。 // Hex -> apache commons-codec RSAPublicKey publicKey = RSAUtils.getDefaultPublicKey() ActionContext.getContext().put("modulus", new String(Hex.encodeHex(publicKey.get