Package org.bouncycastle.jcajce.spec
Class KMACParameterSpec
java.lang.Object
org.bouncycastle.jcajce.spec.KMACParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
-
Constructor Summary
ConstructorsConstructorDescriptionKMACParameterSpec
(int macSizeInBits) KMACParameterSpec
(int macSizeInBits, byte[] customizationString) -
Method Summary
-
Constructor Details
-
KMACParameterSpec
public KMACParameterSpec(int macSizeInBits) -
KMACParameterSpec
public KMACParameterSpec(int macSizeInBits, byte[] customizationString)
-
-
Method Details
-
getMacSizeInBits
public int getMacSizeInBits() -
getCustomizationString
public byte[] getCustomizationString()
-