sherry442
sherry442
Yes, to retry even if we get unreachable error for defined number of times.
@dirmgr Thanks for the information. I am asking for Ldap client related only. Have some more queries We have following files from which need to generate key store and trust...
Just want to confirm the understanding is correct or not. SSLUtil sslUtil = new SSLUtil(keyStoreManager, trustStoreManager); // Here client provides its certificate to server for validation and client validates server...
During the TLS handshake, the Java LDAP client-instances must verify the server-certificate (validity, signature …) and check the identity presented by the server in the certificate. How to check the...
@dirmgr Thanks for the information. We have further queries on this topic. 1. Does unbounded library supports X.509v3 certificate ? 2. For RSA certificate a) supported key length ? Example...