Trust Config Trust Store
data class TrustConfigTrustStore(val intermediateCas: List<TrustConfigTrustStoreIntermediateCa>? = null, val trustAnchors: List<TrustConfigTrustStoreTrustAnchor>? = null)
Constructors
Link copied to clipboard
fun TrustConfigTrustStore(intermediateCas: List<TrustConfigTrustStoreIntermediateCa>? = null, trustAnchors: List<TrustConfigTrustStoreTrustAnchor>? = null)