com.fitbur.bouncycastle.crypto.prng.EntropySourceProvider Maven / Gradle / Ivy
package com.fitbur.bouncycastle.crypto.prng;
public interface EntropySourceProvider
{
EntropySource get(final int bitsRequired);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy