public class PgpFipsValidator extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getFipsApprovedAlgorithmsString()
Returns a comma-separated list of FIPS-approved algorithm names for error messages.
|
static boolean |
isFipsApproved(PgpEncryptionAlgorithm algorithm)
Checks if the given PGP encryption algorithm is approved for use in FIPS mode.
|
public static boolean isFipsApproved(PgpEncryptionAlgorithm algorithm)
algorithm - the algorithm to checkpublic static String getFipsApprovedAlgorithmsString()
Copyright © 2026 MuleSoft, Inc.. All rights reserved.