Example usage for org.bouncycastle.crypto DigestDerivationFunction interface-usage

List of usage examples for org.bouncycastle.crypto DigestDerivationFunction interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.crypto DigestDerivationFunction interface-usage.

Usage

From source file org.ethereum.ConcatKDFBytesGenerator.java

/**
 * Basic KDF generator for derived keys and ivs as defined by NIST SP 800-56A.
 */
public class ConcatKDFBytesGenerator implements DigestDerivationFunction {
    private int counterStart;
    private Digest digest;