Skip to content

Commit

Permalink
8278247: KeyStoreSpi::engineGetAttributes does not throws KeyStoreExc…
Browse files Browse the repository at this point in the history
…eption

Reviewed-by: mullan
  • Loading branch information
wangweij committed Dec 3, 2021
1 parent a729a70 commit e1cde19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/java.base/share/classes/java/security/KeyStoreSpi.java
Expand Up @@ -465,9 +465,6 @@ void engineLoad(InputStream stream, KeyStore.LoadStoreParameter param)
* {@link #engineGetEntry} and can be retrieved by calling
* the {@link Entry#getAttributes} method.
*
* @throws KeyStoreException if the keystore has not been initialized
* (loaded).
*
* @since 18
*/
public Set<Entry.Attribute> engineGetAttributes(String alias) {
Expand Down

1 comment on commit e1cde19

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.