Uses of Interface
de.gematik.test.tiger.mockserver.socket.tls.KeyAndCertificateFactory
Packages that use KeyAndCertificateFactory
Package
Description
-
Uses of KeyAndCertificateFactory in de.gematik.test.tiger.mockserver.configuration
Methods in de.gematik.test.tiger.mockserver.configuration that return KeyAndCertificateFactoryModifier and TypeMethodDescriptionMockServerConfiguration.clientKeyAndCertificateFactory()MockServerConfiguration.serverKeyAndCertificateFactory()Methods in de.gematik.test.tiger.mockserver.configuration with parameters of type KeyAndCertificateFactoryModifier and TypeMethodDescriptionMockServerConfiguration.clientKeyAndCertificateFactory(KeyAndCertificateFactory clientKeyAndCertificateFactory) MockServerConfiguration.serverKeyAndCertificateFactory(KeyAndCertificateFactory serverKeyAndCertificateFactory) -
Uses of KeyAndCertificateFactory in de.gematik.test.tiger.mockserver.socket.tls
Methods in de.gematik.test.tiger.mockserver.socket.tls that return KeyAndCertificateFactory -
Uses of KeyAndCertificateFactory in de.gematik.test.tiger.proxy.tls
Classes in de.gematik.test.tiger.proxy.tls that implement KeyAndCertificateFactoryModifier and TypeClassDescriptionclassclassclassMethods in de.gematik.test.tiger.proxy.tls that return KeyAndCertificateFactoryModifier and TypeMethodDescriptionCombinedKeyAndCertificateFactory.getFallback()CombinedKeyAndCertificateFactory.getSupplier()Constructors in de.gematik.test.tiger.proxy.tls with parameters of type KeyAndCertificateFactoryModifierConstructorDescriptionCombinedKeyAndCertificateFactory(KeyAndCertificateFactory supplier, KeyAndCertificateFactory fallback)