Skip to content

Commit

Permalink
remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Feb 24, 2023
1 parent ceadca3 commit 3139105
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private RestrictedSecurity() {

/**
* Check if the restricted security mode is enabled.
*
*
* Restricted security mode will be enabled when the semeru.restrictedsecurity
* system property is set.
*
Expand All @@ -105,7 +105,7 @@ public static boolean isEnabled() {

/**
* Get the restricted security mode secure random provider.
*
*
* Restricted security mode secure random provider can only
* be called in restricted security mode.
*
Expand All @@ -120,8 +120,8 @@ public static String getRandomProvider() {
}

/**
* Get the restricted security mode secure random algorithm.
*
* Get the restricted security mode secure random algorithm.
*
* Restricted security mode secure random algorithm can only
* be called in restricted security mode.
*
Expand All @@ -137,7 +137,7 @@ public static String getRandomAlgorithm() {

/**
* Check if the FIPS mode is enabled.
*
*
* FIPS mode will be enabled when the semeru.fips system property is true,
* or semeru.restrictedsecurity system property is set by using FIPS policy.
*
Expand Down

0 comments on commit 3139105

Please sign in to comment.