mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8275918: Remove unused local variables in java.base security code
Reviewed-by: weijun
This commit is contained in:
parent
b9ae77906e
commit
54c9de26ab
13 changed files with 14 additions and 31 deletions
|
@ -255,7 +255,6 @@ public class RSAPSSSignature extends SignatureSpi {
|
|||
* internal signature parameters.
|
||||
*/
|
||||
private void isValid(RSAKey rsaKey) throws InvalidKeyException {
|
||||
AlgorithmParameterSpec keyParams = rsaKey.getParams();
|
||||
// validate key parameters
|
||||
if (!isCompatible(rsaKey.getParams(), this.sigParams)) {
|
||||
throw new InvalidKeyException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue