mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8248981: Specify list of standard message digest and mgf algorithms for RSASSA-PSS signature
Reviewed-by: valeriep
This commit is contained in:
parent
baafa662a2
commit
75a2afacc8
3 changed files with 24 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -45,9 +45,9 @@ public class ECGenParameterSpec extends NamedParameterSpec {
|
|||
* of the provider whose implementation will be used.
|
||||
*
|
||||
* @param stdName the standard name of the to-be-generated EC
|
||||
* domain parameters. See the ParameterSpec Names section in the
|
||||
* domain parameters. See the ECGenParameterSpec section in the
|
||||
* <a href=
|
||||
* "{@docRoot}/../specs/security/standard-names.html#parameterspec-names">
|
||||
* "{@docRoot}/../specs/security/standard-names.html#ecgenparameterspec">
|
||||
* Java Security Standard Algorithm Names Specification</a> for
|
||||
* information about standard names.
|
||||
* @throws NullPointerException if {@code stdName} is null.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue