Exemplo n.º 1
0
 public static boolean isIdentityCertificate(Certificate certificate) {
   return isCorrectName(certificate.getName());
 }