Re: create Digest by name
Hohwiller, Jörg <joerg.hohwiller-gM/[email protected]> Mon, 11 Mar 2019 08:40:34 +0100
| Newsgroups | gmane.comp.encryption.bouncy-castle.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi David, I digged in org.bouncycastle.crypto.util.DigestFactory before and missed the one you suggested. Thanks for pointing this out. This is what I need to solve my problem. Cheers Jörg Am 10.03.19 um 19:18 schrieb David Hook: > > There's org.bouncycastle.jcajce.provider.util.DigestFactory - it might > be more general than you want though, so you might still want to > implement your own based on it. > > Regards, > > David