Class CounterKdfSpec
- java.lang.Object
-
- com.amazon.corretto.crypto.provider.CounterKdfSpec
-
- All Implemented Interfaces:
java.security.spec.KeySpec
public class CounterKdfSpec extends java.lang.Object implements java.security.spec.KeySpecRepresents the inputs to CounterKdfSpec algorithms.If info is not provided, an empty byte array is used.
The algorithmName is the name of algorithm used to create SecretKeySpec.
-
-
Constructor Summary
Constructors Constructor Description CounterKdfSpec(byte[] secret, byte[] info, int outputLen, java.lang.String algorithName)CounterKdfSpec(byte[] secret, int outputLen, java.lang.String algorithName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlgorithName()byte[]getInfo()intgetOutputLen()byte[]getSecret()
-