All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.zhkl0228.impersonator.Impersonator Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.github.zhkl0228.impersonator;

import org.bouncycastle.tls.ClientHello;

import java.io.IOException;
import java.util.Map;

public interface Impersonator {

    int[] getCipherSuites();

    void onEstablishSession(Map clientExtensions) throws IOException;

    void onSendClientHelloMessage(ClientHello clientHello, Map clientExtensions) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy