public class FipsUtils extends Object
| Constructor and Description |
|---|
FipsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
executeWithinSecurityProvider(Supplier<T> supplier)
Execute the current supplier ensuring FIPS envelope
|
static boolean |
isFipsEnabled() |
public static boolean isFipsEnabled()
public static <T> T executeWithinSecurityProvider(Supplier<T> supplier)
supplier - the supplier to be executedCopyright © 2024 MuleSoft, Inc.. All rights reserved.