mirror of
https://github.com/kaboomserver/server.git
synced 2025-01-06 04:21:59 -05:00
a3db6a656e
Former-commit-id: 6ac08c74551427841dd702da87daf695100a0eb8
6 lines
193 B
Text
6 lines
193 B
Text
// Country-specific policy file for countries with no limits on crypto strength.
|
|
|
|
grant {
|
|
// There is no restriction to any algorithms.
|
|
permission javax.crypto.CryptoAllPermission;
|
|
};
|