Package org.mockserver.socket.tls
Class KeyAndCertificateFactoryFactory
java.lang.Object
org.mockserver.socket.tls.KeyAndCertificateFactoryFactory
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyAndCertificateFactorycreateKeyAndCertificateFactory(Configuration configuration, MockServerLogger mockServerLogger) static KeyAndCertificateFactorycreateKeyAndCertificateFactory(Configuration configuration, MockServerLogger mockServerLogger, boolean forServer) static voidsetCustomKeyAndCertificateFactorySupplier(KeyAndCertificateFactorySupplier customKeyAndCertificateFactorySupplier)
-
Constructor Details
-
KeyAndCertificateFactoryFactory
public KeyAndCertificateFactoryFactory()
-
-
Method Details
-
createKeyAndCertificateFactory
public static KeyAndCertificateFactory createKeyAndCertificateFactory(Configuration configuration, MockServerLogger mockServerLogger) -
createKeyAndCertificateFactory
public static KeyAndCertificateFactory createKeyAndCertificateFactory(Configuration configuration, MockServerLogger mockServerLogger, boolean forServer) -
getCustomKeyAndCertificateFactorySupplier
-
setCustomKeyAndCertificateFactorySupplier
public static void setCustomKeyAndCertificateFactorySupplier(KeyAndCertificateFactorySupplier customKeyAndCertificateFactorySupplier)
-