blob: 251d3a28824fd6ee2b5e5e4e4d91776579e589dc [file] [log] [blame]
package org.bouncycastle.crypto.tls;
import java.io.IOException;
interface DTLSHandshakeRetransmit
{
void receivedHandshakeRecord(int epoch, byte[] buf, int off, int len)
throws IOException;
}