Class CounterDerivationParameters
java.lang.Object
com.hierynomus.security.jce.derivationfunction.CounterDerivationParameters
- All Implemented Interfaces:
DerivationParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private byte[]
private byte[]
-
Constructor Summary
ConstructorsConstructorDescriptionCounterDerivationParameters
(byte[] seed, byte[] fixedCounterSuffix, int counterLength) -
Method Summary
-
Field Details
-
seed
private byte[] seed -
fixedCounterSuffix
private byte[] fixedCounterSuffix -
counterLength
private int counterLength
-
-
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()
-