public class NodeSecurityManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FIPS_SECURITY_MODEL |
static String |
PROPERTY_SECURITY_MODEL |
| Constructor and Description |
|---|
NodeSecurityManager() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.encryption.Encrypter |
getEncrypter() |
boolean |
isFipsEnabled() |
void |
setFipsEnabled(boolean fipsEnabled) |
void |
setKey(String key) |
public static final String PROPERTY_SECURITY_MODEL
public static final String FIPS_SECURITY_MODEL
public boolean isFipsEnabled()
public org.mule.encryption.Encrypter getEncrypter()
public void setFipsEnabled(boolean fipsEnabled)
public void setKey(String key)
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.