AuthenticationResponseValidator loads trusted CA certificates from a classpath resource called trusted_certificates.jks located in resources directory of the library. However, when MobileID Java Client is also present on the classpath, another truststore with the same name is defined on the classpath and it is undetermined if SmartID Java Client loads the correct truststore or not.
My suggestion would be to rename trusted_certificates.jks to a more specific sid_trusted_certificates.jks.
AuthenticationResponseValidatorloads trusted CA certificates from a classpath resource calledtrusted_certificates.jkslocated in resources directory of the library. However, when MobileID Java Client is also present on the classpath, another truststore with the same name is defined on the classpath and it is undetermined if SmartID Java Client loads the correct truststore or not.My suggestion would be to rename
trusted_certificates.jksto a more specificsid_trusted_certificates.jks.