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(TlsContextKeyStoreConfiguration keyStoreConfiguration)
Creates a
Properties object with the attributes of a key store. |
static Properties |
createTrustStoreProperties(TlsContextTrustStoreConfiguration trustStoreConfiguration)
Creates a
Properties object with the attributes of a trust store. |
public static Properties createKeyStoreProperties(TlsContextKeyStoreConfiguration keyStoreConfiguration)
Properties
object with the attributes of a key store.public static Properties createTrustStoreProperties(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–2016 MuleSoft, Inc.. All rights reserved.