Package org.cryptomator.cryptolib.common
Class MacSupplier
- java.lang.Object
-
- org.cryptomator.cryptolib.common.MacSupplier
-
public final class MacSupplier extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static MacSupplierHMAC_SHA256
-
Constructor Summary
Constructors Constructor Description MacSupplier(String macAlgorithm)
-
-
-
Field Detail
-
HMAC_SHA256
public static final MacSupplier HMAC_SHA256
-
-
Constructor Detail
-
MacSupplier
public MacSupplier(String macAlgorithm)
-
-