// restrictions apply only when the specified name
// form is presented. If no name of the type is in the
// certificate, the certificate is acceptable.
check_matching = false;
} else {
alt_names_extension.addName(alternative_names[i][j]);
}
TestCert certificate = new TestCert(alt_names_extension);
certificate.setSubject(x500Subject);
certificate.setEncoding(getCertEncoding(nameSubject,
alt_names_extension));