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


constructor(keyStoreDetails: PemSslStoreDetails, trustStoreDetails: PemSslStoreDetails, alias: String)

Deprecated (for removal)

Since version 3.2.0

Create a new PemSslStoreBundle instance.

Deprecated

since 3.2.0 for removal in 3.4.0 in favor of alias in the keyStoreDetails and trustStoreDetails

Parameters

keyStoreDetails

the key store details

trustStoreDetails

the trust store details

alias

the alias to use or null to use a default alias