PemSslStore
interface PemSslStore
An individual trust or key store that has been loaded from PEM content.
Author
Phillip Webb
Since
3.2.0
See also
Functions
Link copied to clipboard
The certificates for this store.
Link copied to clipboard
Return a PemSslStore instance loaded using the given PemSslStoreDetails.
Link copied to clipboard
open fun of(type: String, alias: String, password: String, certificates: List<X509Certificate>, privateKey: PrivateKey): PemSslStore
Factory method that can be used to create a new PemSslStore with the given values.
Link copied to clipboard
The password used when setting key entries in the KeyStore.
Link copied to clipboard
The private key for this store or
null
.Link copied to clipboard
Return a new PemSslStore instance with a new alias.
Link copied to clipboard
Return a new PemSslStore instance with a new password.