D | CertificateFactory_ImplTest.java | 239 private static String[][] bad = { field in CertificateFactory_ImplTest 331 for (int i = 0; i < bad.length; i++) { in testGenerateBase64CRL() 333 (bad[i][0] + x509crl + bad[i][1]).getBytes("UTF-8")); in testGenerateBase64CRL() 375 bad = 4, npe_bad = 5, npe_bad2 = 6, num_of_variants = 7; in testGenerateBase64CRLs() local 389 { -1, pem_x509, bad }, in testGenerateBase64CRLs() 393 { -2, pem_pkcs, bad }, in testGenerateBase64CRLs() 397 { -1, asn_x509, bad }, in testGenerateBase64CRLs() 401 { -error, bad }, in testGenerateBase64CRLs() 402 { -error, bad, asn_x509 }, in testGenerateBase64CRLs() 412 data[bad] = new byte[] { 0, 1, 1, 1, 1, 1, 0, 1 }; in testGenerateBase64CRLs() [all …]
|