executable

This commit is contained in:
2026-03-28 17:48:54 +01:00
parent 06954ae3c4
commit 5aa0e7cfef
169 changed files with 8761 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// Country-specific policy file for countries with no limits on crypto strength.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};