public static boolean isIdentityCertificate(Certificate certificate) {
   return isCorrectName(certificate.getName());
 }