PemSslStoreBundle

constructor(keyStoreDetails: PemSslStoreDetails, trustStoreDetails: PemSslStoreDetails)

Create a new PemSslStoreBundle instance.

Parameters

keyStoreDetails

the key store details

trustStoreDetails

the trust store details


constructor(pemKeyStore: PemSslStore, pemTrustStore: PemSslStore)

Create a new PemSslStoreBundle instance.

Since

3.2.0

Parameters

pemKeyStore

the PEM key store

pemTrustStore

the PEM trust store