0
Instantianting與配置一個SunPKCS11我要實現這一點:從一個ByteArrayInputStream
private static InputStream getTokenCfg() {
String cfg = MessageFormat.format(
"name = {0} /n library = {1} /n slotListIndex = 0",
config.getPkcs11().getKey(),
config.getPkcs11().getValue());
return new ByteArrayInputStream(cfg.getBytes());
}
,然後用new SunPKCS11(getTokenCfg());
號你寫了一個正斜槓而不是反斜槓。回車是不需要的。 – EJP 2015-11-08 03:59:42