8278247: KeyStoreSpi::engineGetAttributes does not throws KeyStoreException

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2021-12-03 19:52:18 +00:00
parent a729a70c01
commit e1cde19dbd

View file

@ -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) {