Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.params
Class KDFCounterParameters

java.lang.Object
  extended by org.bouncycastle.crypto.params.KDFCounterParameters
All Implemented Interfaces:
DerivationParameters

public final class KDFCounterParameters
extends java.lang.Object
implements DerivationParameters


Constructor Summary
KDFCounterParameters(byte[] ki, byte[] fixedInputData, int r)
           
 
Method Summary
 byte[] getFixedInputData()
           
 byte[] getKI()
           
 int getR()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KDFCounterParameters

public KDFCounterParameters(byte[] ki,
                            byte[] fixedInputData,
                            int r)
Method Detail

getKI

public byte[] getKI()

getFixedInputData

public byte[] getFixedInputData()

getR

public int getR()

Bouncy Castle Cryptography 1.50