Class ListenerCertificateAuthenticator

    • Constructor Detail

      • ListenerCertificateAuthenticator

        public ListenerCertificateAuthenticator​(@NonNull
                                                List<Certificate> rootCerts)
        Create an authenticator that allows clients whose certificate chains can be verified using (only) on of the certs in the passed list. OS-bundled certs are ignored.
        Parameters:
        rootCerts - root certificates used to verify client certificate chains.