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

11 lines
193 B
Java

package org.bouncycastle.crypto.prng;
/* loaded from: classes6.dex */
public interface EntropySource {
int entropySize();
byte[] getEntropy();
boolean isPredictionResistant();
}