Package org.bouncycastle.operator
Interface MacAlgorithmIdentifierFinder
- All Known Implementing Classes:
DefaultMacAlgorithmIdentifierFinder
public interface MacAlgorithmIdentifierFinder
-
Method Summary
-
Method Details
-
find
Find the algorithm identifier that matches with the passed in digest name.- Parameters:
macAlgName
- the name of the digest algorithm of interest.- Returns:
- an algorithm identifier for the MAC.
-