Uses of Interface
org.mockserver.socket.tls.KeyAndCertificateFactory
-
Packages that use KeyAndCertificateFactory Package Description org.mockserver.socket.tls org.mockserver.socket.tls.bouncycastle -
-
Uses of KeyAndCertificateFactory in org.mockserver.socket.tls
Methods in org.mockserver.socket.tls that return KeyAndCertificateFactory Modifier and Type Method Description KeyAndCertificateFactoryKeyAndCertificateFactorySupplier. buildKeyAndCertificateFactory(MockServerLogger logger, boolean isServerInstance, Configuration configuration)static KeyAndCertificateFactoryKeyAndCertificateFactoryFactory. createKeyAndCertificateFactory(Configuration configuration, MockServerLogger mockServerLogger)static KeyAndCertificateFactoryKeyAndCertificateFactoryFactory. createKeyAndCertificateFactory(Configuration configuration, MockServerLogger mockServerLogger, boolean forServer) -
Uses of KeyAndCertificateFactory in org.mockserver.socket.tls.bouncycastle
Classes in org.mockserver.socket.tls.bouncycastle that implement KeyAndCertificateFactory Modifier and Type Class Description classBCKeyAndCertificateFactory
-