コード例 #1
0
ファイル: KeychainStore.java プロジェクト: wei-tang/JVM
 /**
  * Retrieves the number of entries in this keystore.
  *
  * @return the number of entries in this keystore
  */
 public int engineSize() {
   permissionCheck();
   return entries.size();
 }