public class WSCryptoUtils extends Object
| Constructor and Description |
|---|
WSCryptoUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
createDefaultTrustStoreProperties()
Creates a
Properties object configured to use the default trust store. |
static Properties |
createKeyStoreProperties(org.mule.transport.ssl.api.TlsContextKeyStoreConfiguration keyStoreConfiguration)
Creates a
Properties object with the attributes of a key store. |
static Properties |
createTrustStoreProperties(org.mule.transport.ssl.api.TlsContextTrustStoreConfiguration trustStoreConfiguration)
Creates a
Properties object with the attributes of a trust store. |
public static Properties createKeyStoreProperties(org.mule.transport.ssl.api.TlsContextKeyStoreConfiguration keyStoreConfiguration)
Properties object with the attributes of a key store.public static Properties createTrustStoreProperties(org.mule.transport.ssl.api.TlsContextTrustStoreConfiguration trustStoreConfiguration)
Properties object with the attributes of a trust store.public static Properties createDefaultTrustStoreProperties()
Properties object configured to use the default trust store.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.