Uses of Interface
org.bouncycastle.operator.MacAlgorithmIdentifierFinder
Packages that use MacAlgorithmIdentifierFinder
-
Uses of MacAlgorithmIdentifierFinder in org.bouncycastle.operator
Classes in org.bouncycastle.operator that implement MacAlgorithmIdentifierFinder -
Uses of MacAlgorithmIdentifierFinder in org.bouncycastle.pkcs.jcajce
Constructors in org.bouncycastle.pkcs.jcajce with parameters of type MacAlgorithmIdentifierFinderModifierConstructorDescriptionJcePBMac1CalculatorBuilder(String macAlgorithm, int keySize, MacAlgorithmIdentifierFinder algIdFinder) Base constructor - MAC name and key size with a custom AlgorithmIdentifier finder for the MAC algorithm.