Entry
for the specified alias
is an instance or subclass of the specified entryClass
.
@param alias the alias name
@param entryClass the entry class
@return true if the keystore Entry
for the specifiedalias
is an instance or subclass of the specified entryClass
, false otherwise
@exception NullPointerException ifalias
or entryClass
is null
@exception KeyStoreException if the keystore has not beeninitialized (loaded)
@since 1.5
|
|