public class NonValidatingFactory extends WrappedFactory
Modifier and Type | Class and Description |
---|---|
static class |
NonValidatingFactory.NonValidatingTM |
factory
Constructor and Description |
---|
NonValidatingFactory(String arg)
We provide a constructor that takes an unused argument solely because the ssl calling code will
look for this constructor first and then fall back to the no argument constructor, so we avoid
an exception and additional reflection lookups.
|
createSocket, createSocket, createSocket, createSocket, createSocket, getDefaultCipherSuites, getSupportedCipherSuites
createSocket, getDefault
createSocket
public NonValidatingFactory(String arg) throws GeneralSecurityException
arg
- input argumentGeneralSecurityException
- if something goes wrongCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.