- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>
public final class NaiveTrustProvider
extends java.security.Provider
Provides a Provider wich enable to establish a SSL connection without checking the validity of the certificate.
This is supposed to be used only for developpement or testing purpose.
If this provider is used, no check will be done until the JVM is down.
To enable this provider, the getInstance method must be invoked before a Provider is computed.
- Since:
- JCMS-6.1
- Author:
- dissert
- See Also:
- Serialized Form