Class InsecureTrustManagerFactory

java.lang.Object
javax.net.ssl.TrustManagerFactory
org.springframework.grpc.internal.InsecureTrustManagerFactory

public class InsecureTrustManagerFactory extends TrustManagerFactory
A custom implementation of the TrustManagerFactory class that provides an insecure trust manager. This trust manager does not perform any certificate validation and accepts all certificates. It is intended for testing or development purposes only and should not be used in production environments.
Author:
David Syer
  • Field Details

  • Constructor Details

    • InsecureTrustManagerFactory

      protected InsecureTrustManagerFactory()