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, getSupportedCipherSuitesgetDefaultcreateSocketpublic NonValidatingFactory(String arg) throws GeneralSecurityException
arg - input argumentGeneralSecurityException - if something goes wrongCopyright © 2015 PostgreSQL Global Development Group. All rights reserved.