Uses of Class
de.gematik.test.tiger.common.pki.TigerConfigurationPkiIdentity
-
Packages that use TigerConfigurationPkiIdentity Package Description de.gematik.test.tiger.common.data.config.tigerProxy de.gematik.test.tiger.common.pki -
-
Uses of TigerConfigurationPkiIdentity in de.gematik.test.tiger.common.data.config.tigerProxy
Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return TigerConfigurationPkiIdentity Modifier and Type Method Description TigerConfigurationPkiIdentityTigerTlsConfiguration. getForwardMutualTlsIdentity()TigerConfigurationPkiIdentityTigerTlsConfiguration. getServerIdentity()TigerConfigurationPkiIdentityTigerTlsConfiguration. getServerRootCa()Methods in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TigerConfigurationPkiIdentity Modifier and Type Method Description TigerTlsConfiguration.TigerTlsConfigurationBuilderTigerTlsConfiguration.TigerTlsConfigurationBuilder. forwardMutualTlsIdentity(TigerConfigurationPkiIdentity forwardMutualTlsIdentity)TigerTlsConfiguration.TigerTlsConfigurationBuilderTigerTlsConfiguration.TigerTlsConfigurationBuilder. serverIdentity(TigerConfigurationPkiIdentity serverIdentity)TigerTlsConfiguration.TigerTlsConfigurationBuilderTigerTlsConfiguration.TigerTlsConfigurationBuilder. serverRootCa(TigerConfigurationPkiIdentity serverRootCa)voidTigerTlsConfiguration. setForwardMutualTlsIdentity(TigerConfigurationPkiIdentity forwardMutualTlsIdentity)voidTigerTlsConfiguration. setServerIdentity(TigerConfigurationPkiIdentity serverIdentity)voidTigerTlsConfiguration. setServerRootCa(TigerConfigurationPkiIdentity serverRootCa)Constructors in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TigerConfigurationPkiIdentity Constructor Description TigerTlsConfiguration(TigerConfigurationPkiIdentity serverRootCa, TigerConfigurationPkiIdentity forwardMutualTlsIdentity, TigerConfigurationPkiIdentity serverIdentity, String domainName, List<String> alternativeNames, List<String> serverSslSuites) -
Uses of TigerConfigurationPkiIdentity in de.gematik.test.tiger.common.pki
Methods in de.gematik.test.tiger.common.pki that return TigerConfigurationPkiIdentity Modifier and Type Method Description TigerConfigurationPkiIdentityTigerConfigurationPkiIdentity.TigerPkiIdentityDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in de.gematik.test.tiger.common.pki with parameters of type TigerConfigurationPkiIdentity Modifier and Type Method Description voidTigerConfigurationPkiIdentity.TigerPkiIdentitySerializer. serialize(TigerConfigurationPkiIdentity value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-