Can I configure XAdES4J to delegate the signature creation to a hardware-security-module (HSM) using a PKCS#11 infrastructure? If yes - how?
Infos on these sites let me assume, that only a key-transfer using PKCS#11 is possible:
- https://code.google.com/p/xades4j/wiki/DefiningKeyingData (the terms keying-data, -provider)
- http://code.google.com/p/xades4j/wiki/QeA (discussion of onur)
- http://xades4j.googlecode.com/svn/release/1.3.0/javadoc/reference/xades4j/providers/impl/KeyStoreKeyingDataProvider.html (Step 3: "Return the entry's private key")