Class CounterDerivationParameters

java.lang.Object
com.hierynomus.security.jce.derivationfunction.CounterDerivationParameters
All Implemented Interfaces:
DerivationParameters

public class CounterDerivationParameters extends Object implements DerivationParameters
  • 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()