コード例 #1
0
 /**
  * Deletes the entry for the specified entry.
  *
  * @param alias the alias name
  * @throws KeyStoreException if it fails
  */
 public final void deleteEntry(String alias) throws KeyStoreException {
   keyStoreSpi.engineDeleteEntry(alias);
 }