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