what-the-bank/sources/org/bouncycastle/crypto/tls/DTLSHandshakeRetransmit.java

9 lines
226 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.crypto.tls;
import java.io.IOException;
/* loaded from: classes6.dex */
interface DTLSHandshakeRetransmit {
void receivedHandshakeRecord(int i, byte[] bArr, int i2, int i3) throws IOException;
}