Re: SMIME with HSM
David Hook <dgh-rTAZ0PM/[email protected]>
| Newsgroups | gmane.comp.encryption.bouncy-castle.devel |
|---|---|
| Message-ID | <[email protected]> |
You can provider a custom implementation of the ContentSigner interface. The main thing to pay attention to is that you set the AlgorithmIdentifier values correctly - usually the signing step is straightforward. Regards, David On 02/10/18 00:21, mehmet mumcu wrote: > Hi, I have started to use smime module for my project. It works great, > when I use it as it is given in the example. However, I need to use an > HSM device for signing purposes. How may I change the signing phase > with a custom one? > > Thanks. > -- > Mehmet Emin Mumcu