mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 13:08:24 +00:00
8278247: KeyStoreSpi::engineGetAttributes does not throws KeyStoreException
Reviewed-by: mullan
This commit is contained in:
parent
a729a70c01
commit
e1cde19dbd
@ -465,9 +465,6 @@ public abstract class KeyStoreSpi {
|
||||
* {@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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user