org.bouncycastle.crypto.prng.EntropySourceProvider.java Source code

Java tutorial

Introduction

Here is the source code for org.bouncycastle.crypto.prng.EntropySourceProvider.java

Source

package org.bouncycastle.crypto.prng;

public interface EntropySourceProvider {
    EntropySource get(final int bitsRequired);
}