Interface HandshakeCompletedListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HandshakeCompletedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onHandshakeComplete(org.bouncycastle.tls.Certificate clientCertificate, byte[] tlsUnique, byte[] tlsExporter)
     
  • Method Details

    • onHandshakeComplete

      void onHandshakeComplete(org.bouncycastle.tls.Certificate clientCertificate, byte[] tlsUnique, byte[] tlsExporter)