Package de.gematik.bbriccs.konnektor
Class TrustProvider
java.lang.Object
de.gematik.bbriccs.konnektor.TrustProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrustProviderfrom(de.gematik.bbriccs.cfg.dto.TLSConfiguration cfg) static TrustProviderCreates a TrustStore with given parameters
-
Method Details
-
from
-
from
Creates a TrustStore with given parameters- Parameters:
ksf- is the filename which contains the KeyStoreksp- is the corresponding password for the KeyStoretsf- is the filename which contains the TrustStoretsp- is the corresponding password for the TrustStore- Returns:
- a TrustStore object
-
getSocketFactory
-