python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
User in keystore cannot have permission in .policy
I need to give full access to an user in a .policy file
keystore "file:myKeystore.keystore";
grant signedBy "myUser" {
permission java.util.PropertyPermission "*", ...
Luhko
Votes: 0
Answers: 1
Execution failed for task ':app:signReleaseBundle'
I have this error at the moment to make flutter build appbundle
this is the error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:signReleaseBundle'.
>...

Carlos Peñaranda
Votes: 0
Answers: 5
Add a public key to a jks keystore
I have been given a public xml key in the following format:
<RSAKeyValue>
<Modulus>MODULUS_VALUE</Modulus>
<Exponent>EXPONENT_VALUE</Exponent>
</RSAKeyValue>
W...
nikolakoco
Votes: 0
Answers: 0
Java Versions: Integrity check failed: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available
I have read several responses to this error, but I still cannot figure out exactly how to fix it. I have narrowed down the problem to being differing versions of Java, but as someone who is relatively...
Dennis Ashford
Votes: 0
Answers: 1