コード例 #1
0
 /**
  * Determines if the keystore contains a key entry for the specified alias.
  *
  * @param alias the alias name
  * @return true if it is a key entry, false otherwise
  */
 public final boolean isKeyEntry(String alias) throws KeyStoreException {
   return keyStoreSpi.engineIsKeyEntry(alias);
 }