File size: 146 Bytes
a25769e | 1 2 3 4 5 6 7 | // Default US Export policy file.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};
|
a25769e | 1 2 3 4 5 6 7 | // Default US Export policy file.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};
|