Example usage for Java javax.net.ssl HandshakeCompletedEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getCipherSuite() Returns the cipher suite in use by the session which was produced by the handshake. |
java.security.cert.Certificate[] | getLocalCertificates() Returns the certificate(s) that were sent to the peer during handshaking. |
java.security.cert.Certificate[] | getPeerCertificates() Returns the identity of the peer which was established as part of defining the session. |