what-the-bank/sources/org/bouncycastle/crypto/prng/EntropySourceProvider.java

7 lines
144 B
Java

package org.bouncycastle.crypto.prng;
/* loaded from: classes6.dex */
public interface EntropySourceProvider {
EntropySource get(int i);
}