mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8250246: Address reliance on default constructors in security libs
Reviewed-by: mullan
This commit is contained in:
parent
9b73fb125d
commit
5db58348f8
29 changed files with 170 additions and 25 deletions
|
@ -52,6 +52,11 @@ import sun.security.jca.JCAUtil;
|
|||
|
||||
public abstract class SignatureSpi {
|
||||
|
||||
/**
|
||||
* Constructor for subclasses to call.
|
||||
*/
|
||||
public SignatureSpi() {}
|
||||
|
||||
/**
|
||||
* Application-specified source of randomness.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue