Skip to content

Commit e1cde19

Browse files
committedDec 3, 2021
8278247: KeyStoreSpi::engineGetAttributes does not throws KeyStoreException
Reviewed-by: mullan
1 parent a729a70 commit e1cde19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/java.base/share/classes/java/security/KeyStoreSpi.java

-3
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,6 @@ void engineLoad(InputStream stream, KeyStore.LoadStoreParameter param)
465465
* {@link #engineGetEntry} and can be retrieved by calling
466466
* the {@link Entry#getAttributes} method.
467467
*
468-
* @throws KeyStoreException if the keystore has not been initialized
469-
* (loaded).
470-
*
471468
* @since 18
472469
*/
473470
public Set<Entry.Attribute> engineGetAttributes(String alias) {

0 commit comments

Comments
 (0)
Please sign in to comment.