com.fitbur.bouncycastle.crypto.tls.DTLSHandshakeRetransmit Maven / Gradle / Ivy
package com.fitbur.bouncycastle.crypto.tls;
import java.io.IOException;
interface DTLSHandshakeRetransmit
{
void receivedHandshakeRecord(int epoch, byte[] buf, int off, int len)
throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy