Package tigase.extras.bcstarttls
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonHandshakeComplete(org.bouncycastle.tls.Certificate clientCertificate, byte[] tlsUnique, byte[] tlsExporter)
-
Method Details
-
onHandshakeComplete
void onHandshakeComplete(org.bouncycastle.tls.Certificate clientCertificate, byte[] tlsUnique, byte[] tlsExporter)
-