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