| Modifier and Type | Method and Description |
|---|---|
EncryptionStrategy |
CryptoFailureException.getEncryptionStrategy() |
EncryptionStrategy |
SecurityManager.getEncryptionStrategy(String name) |
EncryptionStrategy |
SecurityManager.removeEncryptionStrategy(String name)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<EncryptionStrategy> |
SecurityManager.getEncryptionStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityManager.addEncryptionStrategy(EncryptionStrategy strategy)
Adds the
EncryptionStrategy to the ones available from this SecurityManager |
static String |
DefaultMuleCredentials.createHeader(String username,
String password,
String encryptionName,
EncryptionStrategy es) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityManager.setEncryptionStrategies(Collection<EncryptionStrategy> strategies)
|
| Constructor and Description |
|---|
CryptoFailureException(EncryptionStrategy strategy,
Throwable cause) |
CryptoFailureException(org.mule.runtime.api.i18n.I18nMessage message,
EncryptionStrategy strategy) |
CryptoFailureException(org.mule.runtime.api.i18n.I18nMessage message,
EncryptionStrategy strategy,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionStrategy |
AbstractEncryptionTransformer.getStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEncryptionTransformer.setStrategy(EncryptionStrategy strategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJCEEncryptionStrategy
A JCE based encryption strategy.
|
class |
AbstractNamedEncryptionStrategy |
class |
PasswordBasedEncryptionStrategy
Provides password-based encryption using JCE.
|
class |
SecretKeyEncryptionStrategy
Deprecated.
This class is deprecated and will be removed in Mule 4.0. Use
PasswordBasedEncryptionStrategy instead,
which follows the correct way of transforming a string password into a cryptographic key |
| Modifier and Type | Method and Description |
|---|---|
EncryptionStrategy |
DefaultMuleSecurityManager.getEncryptionStrategy(String name) |
EncryptionStrategy |
DefaultMuleSecurityManager.removeEncryptionStrategy(String name)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<EncryptionStrategy> |
DefaultMuleSecurityManager.getEncryptionStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleSecurityManager.addEncryptionStrategy(EncryptionStrategy strategy)
Adds the
EncryptionStrategy to the ones available from this SecurityManager |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleSecurityManager.setEncryptionStrategies(Collection<EncryptionStrategy> strategies)
|
| Constructor and Description |
|---|
MuleEncryptionEndpointSecurityFilter(EncryptionStrategy strategy) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.