public final class AesCmacKdfFixedInputData
extends java.lang.Object
| Constructor and Description |
|---|
AesCmacKdfFixedInputData(int counterWidthInBits,
byte[] encodedInputDataPrefix,
byte[] encodedInputDataSuffix)
Constructs the fixed input data for AES CMAC KDF algorithm.
|
public AesCmacKdfFixedInputData(int counterWidthInBits,
byte[] encodedInputDataPrefix,
byte[] encodedInputDataSuffix)
counterWidthInBits - counter width in bitsencodedInputDataPrefix - encoded input data for AES CMAC KDF algorithm - part1.encodedInputDataSuffix - encoded input data for AES CMAC KDF algorithm - part2.