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