org.bouncycastle.crypto.prng.EntropySourceProvider Maven / Gradle / Ivy
package org.bouncycastle.crypto.prng;
public interface EntropySourceProvider
{
EntropySource get(final int bitsRequired);
}
package org.bouncycastle.crypto.prng;
public interface EntropySourceProvider
{
EntropySource get(final int bitsRequired);
}