문제

I want to know is if we can handle messages handshake SSL / TLS in Java code, in other words in the query ClientKeyExchange is if we can manipulate or select the key that will be sent to the server?

도움이 되었습니까?

해결책

Yes, if you install a KeyManager that does what you want in the SSLContext you get the socket from. See the JSSE Reference Guide.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top