public class KeyAndCertificateFactoryFactory extends Object
| Constructor and Description |
|---|
KeyAndCertificateFactoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
static KeyAndCertificateFactory |
createKeyAndCertificateFactory(Configuration configuration,
MockServerLogger mockServerLogger) |
static KeyAndCertificateFactory |
createKeyAndCertificateFactory(Configuration configuration,
MockServerLogger mockServerLogger,
boolean forServer) |
static BiFunction<MockServerLogger,Boolean,KeyAndCertificateFactory> |
getCustomKeyAndCertificateFactorySupplier() |
static void |
setCustomKeyAndCertificateFactorySupplier(BiFunction<MockServerLogger,Boolean,KeyAndCertificateFactory> customKeyAndCertificateFactorySupplier) |
public static KeyAndCertificateFactory createKeyAndCertificateFactory(Configuration configuration, MockServerLogger mockServerLogger)
public static KeyAndCertificateFactory createKeyAndCertificateFactory(Configuration configuration, MockServerLogger mockServerLogger, boolean forServer)
public static BiFunction<MockServerLogger,Boolean,KeyAndCertificateFactory> getCustomKeyAndCertificateFactorySupplier()
public static void setCustomKeyAndCertificateFactorySupplier(BiFunction<MockServerLogger,Boolean,KeyAndCertificateFactory> customKeyAndCertificateFactorySupplier)
Copyright © 2022. All rights reserved.