Listing All Available Message Authentication Code (MAC) Key Generators
Retrieving the list of available MAC algorithms requires checking the
services provided by all registered providers.
An example of the output:
// This method is implemented in Listing All Available Cryptographic Services
String[] names = getCryptoImpls("Mac");
HmacSHA1
HmacMD5
Post a comment