Class CounterDerivationParameters
java.lang.Object
com.hierynomus.security.jce.derivationfunction.CounterDerivationParameters
- All Implemented Interfaces:
DerivationParameters
-
Constructor Summary
ConstructorsConstructorDescriptionCounterDerivationParameters(byte[] seed, byte[] fixedCounterSuffix, int counterLength) -
Method Summary
-
Constructor Details
-
CounterDerivationParameters
public CounterDerivationParameters(byte[] seed, byte[] fixedCounterSuffix, int counterLength)
-
-
Method Details
-
getSeed
public byte[] getSeed() -
getFixedCounterSuffix
public byte[] getFixedCounterSuffix() -
getCounterLength
public int getCounterLength()
-