Class CounterDerivationParameters

    • Constructor Summary

      Constructors 
      Constructor Description
      CounterDerivationParameters​(byte[] seed, byte[] fixedCounterSuffix, int counterLength)  
    • Method Summary

      Modifier and Type Method Description
      int getCounterLength()  
      byte[] getFixedCounterSuffix()  
      byte[] getSeed()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CounterDerivationParameters

        public CounterDerivationParameters​(byte[] seed,
                                           byte[] fixedCounterSuffix,
                                           int counterLength)
    • Method Detail

      • getSeed

        public byte[] getSeed()
      • getFixedCounterSuffix

        public byte[] getFixedCounterSuffix()
      • getCounterLength

        public int getCounterLength()