我想实现这一点:
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());