mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8278247: KeyStoreSpi::engineGetAttributes does not throws KeyStoreException
Reviewed-by: mullan
This commit is contained in:
parent
a729a70c01
commit
e1cde19dbd
1 changed files with 0 additions and 3 deletions
|
@ -465,9 +465,6 @@ public abstract class KeyStoreSpi {
|
||||||
* {@link #engineGetEntry} and can be retrieved by calling
|
* {@link #engineGetEntry} and can be retrieved by calling
|
||||||
* the {@link Entry#getAttributes} method.
|
* the {@link Entry#getAttributes} method.
|
||||||
*
|
*
|
||||||
* @throws KeyStoreException if the keystore has not been initialized
|
|
||||||
* (loaded).
|
|
||||||
*
|
|
||||||
* @since 18
|
* @since 18
|
||||||
*/
|
*/
|
||||||
public Set<Entry.Attribute> engineGetAttributes(String alias) {
|
public Set<Entry.Attribute> engineGetAttributes(String alias) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue