PemSslStoreDetails
Create a new PemSslStoreDetails instance.
Since
3.2.0
Parameters
the key store type, for example JKS
or PKCS11
. A null
value will use getDefaultType).
the alias used when setting entries in the KeyStore
the password used setting key entries in the KeyStore
the certificate content (either the PEM content itself or areference to the resource to load)
the private key content (either the PEM content itself or areference to the resource to load)
a password used to decrypt an encrypted private key
Create a new PemSslStoreDetails instance.
Parameters
the key store type, for example JKS
or PKCS11
. A null
value will use getDefaultType).
the certificate content (either the PEM content itself or areference to the resource to load)
the private key content (either the PEM content itself or areference to the resource to load)
a password used to decrypt an encrypted private key
Create a new PemSslStoreDetails instance.
Parameters
the key store type, for example JKS
or PKCS11
. A null
value will use getDefaultType).
the certificate content (either the PEM content itself or areference to the resource to load)
the private key content (either the PEM content itself or areference to the resource to load)