aboutsummaryrefslogtreecommitdiff
path: root/testlogs/BouncyCastleAllTests_1_55.txt
blob: 26528b4a24e0398bc56746be73c7ddb04e7c9fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
-----------------------------------------------------------------------------
JUnit4 Test Runner
...E.E.....E.........E..
Provider:BC
AlgorithmParameterGenerator.1.2.840.113549.3.2
AlgorithmParameterGenerator.1.3.6.1.4.1.188.7.1.1.2
AlgorithmParameterGenerator.AES
AlgorithmParameterGenerator.CAMELLIA
AlgorithmParameterGenerator.CAST5
AlgorithmParameterGenerator.CCM
AlgorithmParameterGenerator.DES
AlgorithmParameterGenerator.DESEDE
AlgorithmParameterGenerator.DH
AlgorithmParameterGenerator.DSA
AlgorithmParameterGenerator.ELGAMAL
AlgorithmParameterGenerator.ElGamal
AlgorithmParameterGenerator.GCM
AlgorithmParameterGenerator.GOST3410
AlgorithmParameterGenerator.IDEA
AlgorithmParameterGenerator.NOEKEON
AlgorithmParameterGenerator.RC2
AlgorithmParameterGenerator.SEED
AlgorithmParameterGenerator.SHACAL-2
AlgorithmParameterGenerator.SM4
AlgorithmParameterGenerator.Shacal2
AlgorithmParameters.1.2.840.113549.3.2
AlgorithmParameters.1.3.6.1.4.1.188.7.1.1.2
AlgorithmParameters.AES
AlgorithmParameters.BLOWFISH
AlgorithmParameters.CAMELLIA
AlgorithmParameters.CAST5
AlgorithmParameters.CCM
AlgorithmParameters.DES
AlgorithmParameters.DESEDE
AlgorithmParameters.DH
AlgorithmParameters.DSA
AlgorithmParameters.EC
AlgorithmParameters.ECIES
AlgorithmParameters.ELGAMAL
AlgorithmParameters.ElGamal
AlgorithmParameters.GCM
AlgorithmParameters.GOST3410
AlgorithmParameters.IDEA
AlgorithmParameters.IES
AlgorithmParameters.NOEKEON
AlgorithmParameters.OAEP
AlgorithmParameters.PBKDF2
AlgorithmParameters.PKCS12PBE
AlgorithmParameters.PSS
AlgorithmParameters.RC2
AlgorithmParameters.RC5
AlgorithmParameters.RC5-64
AlgorithmParameters.RC6
AlgorithmParameters.RIJNDAEL
AlgorithmParameters.SEED
AlgorithmParameters.SHACAL-2
AlgorithmParameters.SKIPJACK
AlgorithmParameters.SM4
AlgorithmParameters.Serpent
AlgorithmParameters.Shacal2
AlgorithmParameters.TEA
AlgorithmParameters.Threefish-1024
AlgorithmParameters.Threefish-256
AlgorithmParameters.Threefish-512
AlgorithmParameters.Tnepres
AlgorithmParameters.Twofish
AlgorithmParameters.XTEA
CertPathBuilder.PKIX
CertPathBuilder.RFC3280
CertPathBuilder.RFC3281
CertPathValidator.PKIX
CertPathValidator.RFC3280
CertPathValidator.RFC3281
CertStore.Collection
CertStore.LDAP
CertStore.Multi
CertificateFactory.X.509
Cipher.1.2.392.200011.61.1.1.1.2
Cipher.1.2.392.200011.61.1.1.1.3
Cipher.1.2.392.200011.61.1.1.1.4
Cipher.1.2.410.200004.1.4
Cipher.1.2.643.2.2.21
Cipher.1.2.840.113533.7.66.10
Cipher.1.2.840.113549.1.1.1
Cipher.1.2.840.113549.1.1.7
Cipher.1.2.840.113549.1.9.16.3.6
Cipher.1.2.840.113549.3.2
Cipher.1.2.840.113549.3.7
Cipher.1.3.14.3.2.7
Cipher.1.3.6.1.4.1.11591.13.2.1
Cipher.1.3.6.1.4.1.11591.13.2.2
Cipher.1.3.6.1.4.1.11591.13.2.21
Cipher.1.3.6.1.4.1.11591.13.2.22
Cipher.1.3.6.1.4.1.11591.13.2.23
Cipher.1.3.6.1.4.1.11591.13.2.24
Cipher.1.3.6.1.4.1.11591.13.2.3
Cipher.1.3.6.1.4.1.11591.13.2.4
Cipher.1.3.6.1.4.1.11591.13.2.41
Cipher.1.3.6.1.4.1.11591.13.2.42
Cipher.1.3.6.1.4.1.11591.13.2.43
Cipher.1.3.6.1.4.1.11591.13.2.44
Cipher.1.3.6.1.4.1.188.7.1.1.2
Cipher.1.3.6.1.4.1.3029.1.1.2
Cipher.2.16.840.1.101.3.4.1.1
Cipher.2.16.840.1.101.3.4.1.2
Cipher.2.16.840.1.101.3.4.1.21
Cipher.2.16.840.1.101.3.4.1.22
Cipher.2.16.840.1.101.3.4.1.23
Cipher.2.16.840.1.101.3.4.1.24
Cipher.2.16.840.1.101.3.4.1.3
Cipher.2.16.840.1.101.3.4.1.4
Cipher.2.16.840.1.101.3.4.1.41
Cipher.2.16.840.1.101.3.4.1.42
Cipher.2.16.840.1.101.3.4.1.43
Cipher.2.16.840.1.101.3.4.1.44
Cipher.2.5.8.1.1
Cipher.AES
Cipher.AESRFC3211WRAP
Cipher.AESRFC5649WRAP
Cipher.AESWRAP
Cipher.ARC4
Cipher.BLOWFISH
Cipher.BROKENPBEWITHMD5ANDDES
Cipher.BROKENPBEWITHSHA1ANDDES
Cipher.BROKENPBEWITHSHAAND2-KEYTRIPLEDES-CBC
Cipher.BROKENPBEWITHSHAAND3-KEYTRIPLEDES-CBC
Cipher.CAMELLIA
Cipher.CAMELLIARFC3211WRAP
Cipher.CAMELLIAWRAP
Cipher.CAST5
Cipher.CAST6
Cipher.CCM
Cipher.CHACHA
Cipher.DES
Cipher.DESEDE
Cipher.DESEDERFC3211WRAP
Cipher.DESEDEWRAP
Cipher.DESRFC3211WRAP
Cipher.DHIES
Cipher.DHIESWITHAES
Cipher.DHIESWITHDESEDE
Cipher.DHIESwithAES
Cipher.ECIES
Cipher.ECIESWITHAES
Cipher.ECIESWITHAES-CBC
Cipher.ECIESWITHDESEDE
Cipher.ECIESWITHDESEDE-CBC
Cipher.ECIESwithAES
Cipher.ECIESwithAES-CBC
Cipher.ECIESwithDESEDE
Cipher.ECIESwithDESEDE-CBC
Cipher.ELGAMAL
Cipher.ELGAMAL/PKCS1
Cipher.ElGamal
Cipher.GCM
Cipher.GOST28147
Cipher.Grain128
Cipher.Grainv1
Cipher.HC128
Cipher.HC256
Cipher.IDEA
Cipher.IES
Cipher.IESWITHAES
Cipher.IESWITHDESEDE
Cipher.IESwithAES
Cipher.NOEKEON
Cipher.OID.1.2.392.200011.61.1.1.1.2
Cipher.OID.1.2.392.200011.61.1.1.1.3
Cipher.OID.1.2.392.200011.61.1.1.1.4
Cipher.OID.1.2.410.200004.1.4
Cipher.OID.1.2.840.113533.7.66.10
Cipher.OID.1.2.840.113549.1.1.1
Cipher.OID.1.2.840.113549.1.1.7
Cipher.OID.1.2.840.113549.1.9.16.3.6
Cipher.OID.1.2.840.113549.3.2
Cipher.OID.1.2.840.113549.3.7
Cipher.OID.1.3.14.3.2.7
Cipher.OID.1.3.6.1.4.1.11591.13.2.1
Cipher.OID.1.3.6.1.4.1.11591.13.2.2
Cipher.OID.1.3.6.1.4.1.11591.13.2.21
Cipher.OID.1.3.6.1.4.1.11591.13.2.22
Cipher.OID.1.3.6.1.4.1.11591.13.2.23
Cipher.OID.1.3.6.1.4.1.11591.13.2.24
Cipher.OID.1.3.6.1.4.1.11591.13.2.3
Cipher.OID.1.3.6.1.4.1.11591.13.2.4
Cipher.OID.1.3.6.1.4.1.11591.13.2.41
Cipher.OID.1.3.6.1.4.1.11591.13.2.42
Cipher.OID.1.3.6.1.4.1.11591.13.2.43
Cipher.OID.1.3.6.1.4.1.11591.13.2.44
Cipher.OID.1.3.6.1.4.1.188.7.1.1.2
Cipher.OID.1.3.6.1.4.1.3029.1.1.2
Cipher.OID.2.16.840.1.101.3.4.1.1
Cipher.OID.2.16.840.1.101.3.4.1.2
Cipher.OID.2.16.840.1.101.3.4.1.21
Cipher.OID.2.16.840.1.101.3.4.1.22
Cipher.OID.2.16.840.1.101.3.4.1.23
Cipher.OID.2.16.840.1.101.3.4.1.24
Cipher.OID.2.16.840.1.101.3.4.1.3
Cipher.OID.2.16.840.1.101.3.4.1.4
Cipher.OID.2.16.840.1.101.3.4.1.41
Cipher.OID.2.16.840.1.101.3.4.1.42
Cipher.OID.2.16.840.1.101.3.4.1.43
Cipher.OID.2.16.840.1.101.3.4.1.44
Cipher.OID.2.5.8.1.1
Cipher.OLDDHIES
Cipher.OLDDHIESWITHAES
Cipher.OLDDHIESWITHDESEDE
Cipher.OLDDHIESwithAES
Cipher.OLDPBEWITHSHAAND3-KEYTRIPLEDES-CBC
Cipher.OLDPBEWITHSHAANDTWOFISH-CBC
Cipher.OldECIES
Cipher.OldECIESWITHAES
Cipher.OldECIESWITHAES-CBC
Cipher.OldECIESWITHDESEDE
Cipher.OldECIESWITHDESEDE-CBC
Cipher.OldECIESwithAES
Cipher.OldECIESwithAES-CBC
Cipher.OldECIESwithDESEDE
Cipher.OldECIESwithDESEDE-CBC
Cipher.PBEWITHMD2ANDDES
Cipher.PBEWITHMD5AND128BITAES-CBC-OPENSSL
Cipher.PBEWITHMD5AND192BITAES-CBC-OPENSSL
Cipher.PBEWITHMD5AND256BITAES-CBC-OPENSSL
Cipher.PBEWITHMD5ANDDES
Cipher.PBEWITHMD5ANDRC2
Cipher.PBEWITHSHA1ANDDES
Cipher.PBEWITHSHA1ANDRC2
Cipher.PBEWITHSHA256AND128BITAES-CBC-BC
Cipher.PBEWITHSHA256AND192BITAES-CBC-BC
Cipher.PBEWITHSHA256AND256BITAES-CBC-BC
Cipher.PBEWITHSHAAND128BITAES-CBC-BC
Cipher.PBEWITHSHAAND128BITRC2-CBC
Cipher.PBEWITHSHAAND128BITRC4
Cipher.PBEWITHSHAAND192BITAES-CBC-BC
Cipher.PBEWITHSHAAND2-KEYTRIPLEDES-CBC
Cipher.PBEWITHSHAAND256BITAES-CBC-BC
Cipher.PBEWITHSHAAND3-KEYTRIPLEDES-CBC
Cipher.PBEWITHSHAAND40BITRC2-CBC
Cipher.PBEWITHSHAAND40BITRC4
Cipher.PBEWITHSHAANDIDEA-CBC
Cipher.PBEWITHSHAANDTWOFISH-CBC
Cipher.RC2
Cipher.RC2WRAP
Cipher.RC5
Cipher.RC5-64
Cipher.RC6
Cipher.RIJNDAEL
Cipher.RSA
Cipher.RSA/1
Cipher.RSA/2
Cipher.RSA/ISO9796-1
Cipher.RSA/OAEP
Cipher.RSA/PKCS1
Cipher.RSA/RAW
Cipher.SALSA20
Cipher.SEED
Cipher.SEEDWRAP
Cipher.SHACAL-2
Cipher.SKIPJACK
Cipher.SM4
Cipher.Serpent
Cipher.Shacal2
Cipher.TEA
Cipher.Threefish-1024
Cipher.Threefish-256
Cipher.Threefish-512
Cipher.Tnepres
Cipher.Twofish
Cipher.VMPC
Cipher.VMPC-KSA3
Cipher.XSALSA20
Cipher.XTEA
KeyAgreement.1.2.840.113549.1.9.16.3.10
KeyAgreement.1.2.840.113549.1.9.16.3.5
KeyAgreement.1.3.132.1.11.0
KeyAgreement.1.3.132.1.11.1
KeyAgreement.1.3.132.1.11.2
KeyAgreement.1.3.132.1.11.3
KeyAgreement.1.3.132.1.14.0
KeyAgreement.1.3.132.1.14.1
KeyAgreement.1.3.132.1.14.2
KeyAgreement.1.3.132.1.14.3
KeyAgreement.1.3.132.1.15.0
KeyAgreement.1.3.132.1.15.1
KeyAgreement.1.3.132.1.15.2
KeyAgreement.1.3.132.1.15.3
KeyAgreement.1.3.133.16.840.63.0.16
KeyAgreement.1.3.133.16.840.63.0.2
KeyAgreement.1.3.133.16.840.63.0.3
KeyAgreement.DH
KeyAgreement.ECCDH
KeyAgreement.ECCDHWITHSHA1CKDF
KeyAgreement.ECCDHWITHSHA256CKDF
KeyAgreement.ECCDHWITHSHA384CKDF
KeyAgreement.ECCDHWITHSHA512CKDF
KeyAgreement.ECDH
KeyAgreement.ECDHC
KeyAgreement.ECDHWITHSHA1KDF
KeyAgreement.ECMQV
KeyAgreement.ECMQVWITHSHA1CKDF
KeyAgreement.ECMQVWITHSHA224CKDF
KeyAgreement.ECMQVWITHSHA256CKDF
KeyAgreement.ECMQVWITHSHA384CKDF
KeyAgreement.ECMQVWITHSHA512CKDF
KeyAgreement.OID.1.2.840.113549.1.9.16.3.10
KeyAgreement.OID.1.2.840.113549.1.9.16.3.5
KeyFactory.DH
KeyFactory.DSA
KeyFactory.DSTU4145
KeyFactory.EC
KeyFactory.ECDH
KeyFactory.ECDHC
KeyFactory.ECDSA
KeyFactory.ECGOST3410
KeyFactory.ECMQV
KeyFactory.ELGAMAL
KeyFactory.ElGamal
KeyFactory.GOST3410
KeyFactory.RSA
KeyFactory.X.509
KeyGenerator.1.2.392.200011.61.1.1.1.2
KeyGenerator.1.2.392.200011.61.1.1.1.3
KeyGenerator.1.2.392.200011.61.1.1.1.4
KeyGenerator.1.2.392.200011.61.1.1.3.2
KeyGenerator.1.2.392.200011.61.1.1.3.3
KeyGenerator.1.2.392.200011.61.1.1.3.4
KeyGenerator.1.2.410.200004.1.4
KeyGenerator.1.2.410.200004.7.1.1.1
KeyGenerator.1.2.840.113549.3.2
KeyGenerator.1.2.840.113549.3.7
KeyGenerator.1.3.6.1.4.1.188.7.1.1.2
KeyGenerator.2.16.840.1.101.3.4.1.1
KeyGenerator.2.16.840.1.101.3.4.1.2
KeyGenerator.2.16.840.1.101.3.4.1.21
KeyGenerator.2.16.840.1.101.3.4.1.22
KeyGenerator.2.16.840.1.101.3.4.1.23
KeyGenerator.2.16.840.1.101.3.4.1.24
KeyGenerator.2.16.840.1.101.3.4.1.25
KeyGenerator.2.16.840.1.101.3.4.1.26
KeyGenerator.2.16.840.1.101.3.4.1.27
KeyGenerator.2.16.840.1.101.3.4.1.3
KeyGenerator.2.16.840.1.101.3.4.1.4
KeyGenerator.2.16.840.1.101.3.4.1.41
KeyGenerator.2.16.840.1.101.3.4.1.42
KeyGenerator.2.16.840.1.101.3.4.1.43
KeyGenerator.2.16.840.1.101.3.4.1.44
KeyGenerator.2.16.840.1.101.3.4.1.45
KeyGenerator.2.16.840.1.101.3.4.1.46
KeyGenerator.2.16.840.1.101.3.4.1.47
KeyGenerator.2.16.840.1.101.3.4.1.5
KeyGenerator.2.16.840.1.101.3.4.1.6
KeyGenerator.2.16.840.1.101.3.4.1.7
KeyGenerator.2.16.840.1.101.3.4.2
KeyGenerator.2.16.840.1.101.3.4.22
KeyGenerator.2.16.840.1.101.3.4.42
KeyGenerator.AES
KeyGenerator.AES-GMAC
KeyGenerator.AESWRAP
KeyGenerator.ARC4
KeyGenerator.BLOWFISH
KeyGenerator.CAMELLIA
KeyGenerator.CAMELLIA-GMAC
KeyGenerator.CAST5
KeyGenerator.CAST6
KeyGenerator.CAST6-GMAC
KeyGenerator.CHACHA
KeyGenerator.DES
KeyGenerator.DESEDE
KeyGenerator.DESEDEWRAP
KeyGenerator.GOST28147
KeyGenerator.Grain128
KeyGenerator.Grainv1
KeyGenerator.HC128
KeyGenerator.HC256
KeyGenerator.HMACGOST3411
KeyGenerator.HMACGOST3411-2012-256
KeyGenerator.HMACGOST3411-2012-512
KeyGenerator.HMACKECCAK224
KeyGenerator.HMACKECCAK256
KeyGenerator.HMACKECCAK288
KeyGenerator.HMACKECCAK384
KeyGenerator.HMACKECCAK512
KeyGenerator.HMACMD2
KeyGenerator.HMACMD4
KeyGenerator.HMACMD5
KeyGenerator.HMACRIPEMD128
KeyGenerator.HMACRIPEMD160
KeyGenerator.HMACRIPEMD256
KeyGenerator.HMACRIPEMD320
KeyGenerator.HMACSHA1
KeyGenerator.HMACSHA224
KeyGenerator.HMACSHA256
KeyGenerator.HMACSHA3-224
KeyGenerator.HMACSHA3-256
KeyGenerator.HMACSHA3-384
KeyGenerator.HMACSHA3-512
KeyGenerator.HMACSHA384
KeyGenerator.HMACSHA512
KeyGenerator.HMACSHA512/224
KeyGenerator.HMACSHA512/256
KeyGenerator.HMACSkein-1024-1024
KeyGenerator.HMACSkein-1024-384
KeyGenerator.HMACSkein-1024-512
KeyGenerator.HMACSkein-256-128
KeyGenerator.HMACSkein-256-160
KeyGenerator.HMACSkein-256-224
KeyGenerator.HMACSkein-256-256
KeyGenerator.HMACSkein-512-128
KeyGenerator.HMACSkein-512-160
KeyGenerator.HMACSkein-512-224
KeyGenerator.HMACSkein-512-256
KeyGenerator.HMACSkein-512-384
KeyGenerator.HMACSkein-512-512
KeyGenerator.HMACTIGER
KeyGenerator.HMACWHIRLPOOL
KeyGenerator.IDEA
KeyGenerator.NOEKEON
KeyGenerator.NOEKEON-GMAC
KeyGenerator.OID.1.2.392.200011.61.1.1.1.2
KeyGenerator.OID.1.2.392.200011.61.1.1.1.3
KeyGenerator.OID.1.2.392.200011.61.1.1.1.4
KeyGenerator.OID.1.2.392.200011.61.1.1.3.2
KeyGenerator.OID.1.2.392.200011.61.1.1.3.3
KeyGenerator.OID.1.2.392.200011.61.1.1.3.4
KeyGenerator.OID.1.2.410.200004.1.4
KeyGenerator.OID.1.2.410.200004.7.1.1.1
KeyGenerator.OID.1.3.6.1.4.1.188.7.1.1.2
KeyGenerator.OID.2.16.840.1.101.3.4.1.1
KeyGenerator.OID.2.16.840.1.101.3.4.1.2
KeyGenerator.OID.2.16.840.1.101.3.4.1.21
KeyGenerator.OID.2.16.840.1.101.3.4.1.22
KeyGenerator.OID.2.16.840.1.101.3.4.1.23
KeyGenerator.OID.2.16.840.1.101.3.4.1.24
KeyGenerator.OID.2.16.840.1.101.3.4.1.25
KeyGenerator.OID.2.16.840.1.101.3.4.1.26
KeyGenerator.OID.2.16.840.1.101.3.4.1.27
KeyGenerator.OID.2.16.840.1.101.3.4.1.3
KeyGenerator.OID.2.16.840.1.101.3.4.1.4
KeyGenerator.OID.2.16.840.1.101.3.4.1.41
KeyGenerator.OID.2.16.840.1.101.3.4.1.42
KeyGenerator.OID.2.16.840.1.101.3.4.1.43
KeyGenerator.OID.2.16.840.1.101.3.4.1.44
KeyGenerator.OID.2.16.840.1.101.3.4.1.45
KeyGenerator.OID.2.16.840.1.101.3.4.1.46
KeyGenerator.OID.2.16.840.1.101.3.4.1.47
KeyGenerator.OID.2.16.840.1.101.3.4.1.5
KeyGenerator.OID.2.16.840.1.101.3.4.1.6
KeyGenerator.OID.2.16.840.1.101.3.4.1.7
KeyGenerator.POLY1305-AES
KeyGenerator.POLY1305-CAMELLIA
KeyGenerator.POLY1305-CAST6
KeyGenerator.POLY1305-NOEKEON
KeyGenerator.POLY1305-RC6
KeyGenerator.POLY1305-SEED
KeyGenerator.POLY1305-SERPENT
KeyGenerator.POLY1305-SM4
KeyGenerator.POLY1305-Twofish
KeyGenerator.RC2
KeyGenerator.RC5
KeyGenerator.RC5-64
KeyGenerator.RC6
KeyGenerator.RC6-GMAC
KeyGenerator.RIJNDAEL
KeyGenerator.SALSA20
KeyGenerator.SEED
KeyGenerator.SEED-CMAC
KeyGenerator.SEED-GMAC
KeyGenerator.SERPENT-GMAC
KeyGenerator.SHACAL-2
KeyGenerator.SIPHASH
KeyGenerator.SKIPJACK
KeyGenerator.SM4
KeyGenerator.SM4-CMAC
KeyGenerator.SM4-GMAC
KeyGenerator.Serpent
KeyGenerator.Shacal2
KeyGenerator.Skein-MAC-1024-1024
KeyGenerator.Skein-MAC-1024-384
KeyGenerator.Skein-MAC-1024-512
KeyGenerator.Skein-MAC-256-128
KeyGenerator.Skein-MAC-256-160
KeyGenerator.Skein-MAC-256-224
KeyGenerator.Skein-MAC-256-256
KeyGenerator.Skein-MAC-512-128
KeyGenerator.Skein-MAC-512-160
KeyGenerator.Skein-MAC-512-224
KeyGenerator.Skein-MAC-512-256
KeyGenerator.Skein-MAC-512-384
KeyGenerator.Skein-MAC-512-512
KeyGenerator.TEA
KeyGenerator.TNEPRES-GMAC
KeyGenerator.Threefish-1024
KeyGenerator.Threefish-256
KeyGenerator.Threefish-512
KeyGenerator.Tnepres
KeyGenerator.Twofish
KeyGenerator.Twofish-GMAC
KeyGenerator.VMPC
KeyGenerator.VMPC-KSA3
KeyGenerator.XSALSA20
KeyGenerator.XTEA
KeyPairGenerator.DH
KeyPairGenerator.DSA
KeyPairGenerator.DSTU4145
KeyPairGenerator.EC
KeyPairGenerator.ECDH
KeyPairGenerator.ECDHC
KeyPairGenerator.ECDHWITHSHA1KDF
KeyPairGenerator.ECDSA
KeyPairGenerator.ECGOST3410
KeyPairGenerator.ECIES
KeyPairGenerator.ECMQV
KeyPairGenerator.ELGAMAL
KeyPairGenerator.ElGamal
KeyPairGenerator.GOST3410
KeyPairGenerator.RSA
KeyStore.BCPKCS12
KeyStore.BKS
KeyStore.BKS-V1
KeyStore.BouncyCastle
KeyStore.PKCS12
KeyStore.PKCS12-3DES-3DES
KeyStore.PKCS12-3DES-40RC2
KeyStore.PKCS12-DEF
KeyStore.PKCS12-DEF-3DES-3DES
KeyStore.PKCS12-DEF-3DES-40RC2
Mac.AES-GMAC
Mac.AESCMAC
Mac.BLOWFISHCMAC
Mac.CAMELLIA-GMAC
Mac.CAST6-GMAC
Mac.DESCMAC
Mac.DESEDECMAC
Mac.DESEDEMAC
Mac.DESEDEMAC/CFB8
Mac.DESEDEMAC64
Mac.DESEDEMAC64WITHISO7816-4PADDING
Mac.DESMAC
Mac.DESMAC/CFB8
Mac.DESMAC64
Mac.DESMAC64WITHISO7816-4PADDING
Mac.DESWITHISO9797
Mac.GOST28147MAC
Mac.HMACGOST3411
Mac.HMACGOST3411-2012-256
Mac.HMACGOST3411-2012-512
Mac.HMACKECCAK224
Mac.HMACKECCAK256
Mac.HMACKECCAK288
Mac.HMACKECCAK384
Mac.HMACKECCAK512
Mac.HMACMD2
Mac.HMACMD4
Mac.HMACMD5
Mac.HMACRIPEMD128
Mac.HMACRIPEMD160
Mac.HMACRIPEMD256
Mac.HMACRIPEMD320
Mac.HMACSHA1
Mac.HMACSHA224
Mac.HMACSHA256
Mac.HMACSHA3-224
Mac.HMACSHA3-256
Mac.HMACSHA3-384
Mac.HMACSHA3-512
Mac.HMACSHA384
Mac.HMACSHA512
Mac.HMACSHA512/224
Mac.HMACSHA512/256
Mac.HMACSkein-1024-1024
Mac.HMACSkein-1024-384
Mac.HMACSkein-1024-512
Mac.HMACSkein-256-128
Mac.HMACSkein-256-160
Mac.HMACSkein-256-224
Mac.HMACSkein-256-256
Mac.HMACSkein-512-128
Mac.HMACSkein-512-160
Mac.HMACSkein-512-224
Mac.HMACSkein-512-256
Mac.HMACSkein-512-384
Mac.HMACSkein-512-512
Mac.HMACTIGER
Mac.HMACWHIRLPOOL
Mac.IDEAMAC
Mac.IDEAMAC/CFB8
Mac.ISO9797ALG3MAC
Mac.ISO9797ALG3WITHISO7816-4PADDING
Mac.NOEKEON-GMAC
Mac.OLDHMACSHA384
Mac.OLDHMACSHA512
Mac.PBEWITHHMACRIPEMD160
Mac.PBEWITHHMACSHA
Mac.PBEWITHHMACSHA1
Mac.POLY1305-AES
Mac.POLY1305-CAMELLIA
Mac.POLY1305-CAST6
Mac.POLY1305-NOEKEON
Mac.POLY1305-RC6
Mac.POLY1305-SEED
Mac.POLY1305-SERPENT
Mac.POLY1305-SM4
Mac.POLY1305-Twofish
Mac.RC2MAC
Mac.RC2MAC/CFB8
Mac.RC5MAC
Mac.RC5MAC/CFB8
Mac.RC6-GMAC
Mac.SEED-CMAC
Mac.SEED-GMAC
Mac.SERPENT-GMAC
Mac.SIPHASH-2-4
Mac.SIPHASH-4-8
Mac.SKIPJACKMAC
Mac.SKIPJACKMAC/CFB8
Mac.SM4-CMAC
Mac.SM4-GMAC
Mac.Shacal-2CMAC
Mac.Skein-MAC-1024-1024
Mac.Skein-MAC-1024-384
Mac.Skein-MAC-1024-512
Mac.Skein-MAC-256-128
Mac.Skein-MAC-256-160
Mac.Skein-MAC-256-224
Mac.Skein-MAC-256-256
Mac.Skein-MAC-512-128
Mac.Skein-MAC-512-160
Mac.Skein-MAC-512-224
Mac.Skein-MAC-512-256
Mac.Skein-MAC-512-384
Mac.Skein-MAC-512-512
Mac.TNEPRES-GMAC
Mac.Threefish-1024CMAC
Mac.Threefish-256CMAC
Mac.Threefish-512CMAC
Mac.Twofish-GMAC
Mac.VMPCMAC
MessageDigest.2.16.840.1.101.3.4.2.10
MessageDigest.2.16.840.1.101.3.4.2.7
MessageDigest.2.16.840.1.101.3.4.2.8
MessageDigest.2.16.840.1.101.3.4.2.9
MessageDigest.BLAKE2B-160
MessageDigest.BLAKE2B-256
MessageDigest.BLAKE2B-384
MessageDigest.BLAKE2B-512
MessageDigest.GOST3411
MessageDigest.GOST3411-2012-256
MessageDigest.GOST3411-2012-512
MessageDigest.KECCAK-224
MessageDigest.KECCAK-256
MessageDigest.KECCAK-288
MessageDigest.KECCAK-384
MessageDigest.KECCAK-512
MessageDigest.MD2
MessageDigest.MD4
MessageDigest.MD5
MessageDigest.OID.2.16.840.1.101.3.4.2.10
MessageDigest.OID.2.16.840.1.101.3.4.2.7
MessageDigest.OID.2.16.840.1.101.3.4.2.8
MessageDigest.OID.2.16.840.1.101.3.4.2.9
MessageDigest.RIPEMD128
MessageDigest.RIPEMD160
MessageDigest.RIPEMD256
MessageDigest.RIPEMD320
MessageDigest.SHA-1
MessageDigest.SHA-224
MessageDigest.SHA-256
MessageDigest.SHA-384
MessageDigest.SHA-512
MessageDigest.SHA-512/224
MessageDigest.SHA-512/256
MessageDigest.SHA3-224
MessageDigest.SHA3-256
MessageDigest.SHA3-384
MessageDigest.SHA3-512
MessageDigest.SM3
MessageDigest.Skein-1024-1024
MessageDigest.Skein-1024-384
MessageDigest.Skein-1024-512
MessageDigest.Skein-256-128
MessageDigest.Skein-256-160
MessageDigest.Skein-256-224
MessageDigest.Skein-256-256
MessageDigest.Skein-512-128
MessageDigest.Skein-512-160
MessageDigest.Skein-512-224
MessageDigest.Skein-512-256
MessageDigest.Skein-512-384
MessageDigest.Skein-512-512
MessageDigest.TIGER
MessageDigest.Tiger
MessageDigest.WHIRLPOOL
Provider.id className
Provider.id info
Provider.id name
Provider.id version
SecretKeyFactory.DES
SecretKeyFactory.DESEDE
SecretKeyFactory.PBEWITHHMACGOST3411
SecretKeyFactory.PBEWITHHMACRIPEMD160
SecretKeyFactory.PBEWITHHMACSHA1
SecretKeyFactory.PBEWITHHMACSHA256
SecretKeyFactory.PBEWITHHMACTIGER
SecretKeyFactory.PBEWITHMD2ANDDES
SecretKeyFactory.PBEWITHMD2ANDRC2
SecretKeyFactory.PBEWITHMD5AND128BITAES-CBC-OPENSSL
SecretKeyFactory.PBEWITHMD5AND192BITAES-CBC-OPENSSL
SecretKeyFactory.PBEWITHMD5AND256BITAES-CBC-OPENSSL
SecretKeyFactory.PBEWITHMD5ANDDES
SecretKeyFactory.PBEWITHMD5ANDRC2
SecretKeyFactory.PBEWITHSHA1ANDDES
SecretKeyFactory.PBEWITHSHA1ANDRC2
SecretKeyFactory.PBEWITHSHA256AND128BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHA256AND192BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHA256AND256BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHAAND128BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHAAND128BITRC2-CBC
SecretKeyFactory.PBEWITHSHAAND128BITRC4
SecretKeyFactory.PBEWITHSHAAND192BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHAAND2-KEYTRIPLEDES-CBC
SecretKeyFactory.PBEWITHSHAAND256BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHAAND3-KEYTRIPLEDES-CBC
SecretKeyFactory.PBEWITHSHAAND40BITRC2-CBC
SecretKeyFactory.PBEWITHSHAAND40BITRC4
SecretKeyFactory.PBEWITHSHAANDIDEA-CBC
SecretKeyFactory.PBEWITHSHAANDTWOFISH-CBC
SecretKeyFactory.PBKDF-OPENSSL
SecretKeyFactory.PBKDF2
SecretKeyFactory.PBKDF2WITHASCII
SecretKeyFactory.PBKDF2WITHHMACSHA224
SecretKeyFactory.PBKDF2WITHHMACSHA256
SecretKeyFactory.PBKDF2WITHHMACSHA384
SecretKeyFactory.PBKDF2WITHHMACSHA512
SecretKeyFactory.TLS10KDF
SecretKeyFactory.TLS11KDF
SecretKeyFactory.TLS12WITHSHA256KDF
SecretKeyFactory.TLS12WITHSHA384KDF
SecretKeyFactory.TLS12WITHSHA512KDF
Signature.1.2.840.113549.1.1.10
Signature.DDSA
Signature.DETDSA
Signature.DSA
Signature.DSTU4145
Signature.ECDDSA
Signature.ECDSA
Signature.ECGOST3410
Signature.GOST3410
Signature.GOST3411WITHDSTU4145
Signature.GOST3411WITHDSTU4145LE
Signature.GOST3411WITHECGOST3410
Signature.MD2WITHRSA
Signature.MD4WITHRSA
Signature.MD5WITHRSA
Signature.MD5WITHRSA/ISO9796-2
Signature.NONEWITHDSA
Signature.NONEwithECDSA
Signature.OID.1.2.840.113549.1.1.10
Signature.RAWRSASSA-PSS
Signature.RIPEMD128WITHRSA
Signature.RIPEMD128WITHRSA/X9.31
Signature.RIPEMD160WITHECDSA
Signature.RIPEMD160WITHPLAIN-ECDSA
Signature.RIPEMD160WITHRSA
Signature.RIPEMD160WITHRSA/X9.31
Signature.RIPEMD160withRSA/ISO9796-2
Signature.RIPEMD256WITHRSA
Signature.RMD128WITHRSA
Signature.RMD128WITHRSA/X9.31
Signature.RMD160WITHRSA
Signature.RMD160WITHRSA/X9.31
Signature.RMD256WITHRSA
Signature.RSA
Signature.RSASSA-PSS
Signature.SHA1WITHCVC-ECDSA
Signature.SHA1WITHDDSA
Signature.SHA1WITHDETDSA
Signature.SHA1WITHECDDSA
Signature.SHA1WITHECNR
Signature.SHA1WITHPLAIN-ECDSA
Signature.SHA1WITHRSA
Signature.SHA1WITHRSA/ISO9796-2
Signature.SHA1WITHRSA/X9.31
Signature.SHA1WITHRSAANDMGF1
Signature.SHA224WITHCVC-ECDSA
Signature.SHA224WITHDDSA
Signature.SHA224WITHDETDSA
Signature.SHA224WITHDSA
Signature.SHA224WITHECDDSA
Signature.SHA224WITHECDSA
Signature.SHA224WITHECNR
Signature.SHA224WITHPLAIN-ECDSA
Signature.SHA224WITHRSA
Signature.SHA224WITHRSA/ISO9796-2
Signature.SHA224WITHRSA/X9.31
Signature.SHA224WITHRSAANDMGF1
Signature.SHA256WITHCVC-ECDSA
Signature.SHA256WITHDDSA
Signature.SHA256WITHDETDSA
Signature.SHA256WITHDSA
Signature.SHA256WITHECDDSA
Signature.SHA256WITHECDSA
Signature.SHA256WITHECNR
Signature.SHA256WITHPLAIN-ECDSA
Signature.SHA256WITHRSA
Signature.SHA256WITHRSA/ISO9796-2
Signature.SHA256WITHRSA/X9.31
Signature.SHA256WITHRSAANDMGF1
Signature.SHA3-224WITHDDSA
Signature.SHA3-224WITHDSA
Signature.SHA3-224WITHECDDSA
Signature.SHA3-224WITHECDSA
Signature.SHA3-224WITHRSA
Signature.SHA3-224WITHRSAANDMGF1
Signature.SHA3-256WITHDDSA
Signature.SHA3-256WITHDSA
Signature.SHA3-256WITHECDDSA
Signature.SHA3-256WITHECDSA
Signature.SHA3-256WITHRSA
Signature.SHA3-256WITHRSAANDMGF1
Signature.SHA3-384WITHDDSA
Signature.SHA3-384WITHDSA
Signature.SHA3-384WITHECDDSA
Signature.SHA3-384WITHECDSA
Signature.SHA3-384WITHRSA
Signature.SHA3-384WITHRSAANDMGF1
Signature.SHA3-512WITHDDSA
Signature.SHA3-512WITHDSA
Signature.SHA3-512WITHECDDSA
Signature.SHA3-512WITHECDSA
Signature.SHA3-512WITHRSA
Signature.SHA3-512WITHRSAANDMGF1
Signature.SHA384WITHCVC-ECDSA
Signature.SHA384WITHDDSA
Signature.SHA384WITHDETDSA
Signature.SHA384WITHDSA
Signature.SHA384WITHECDDSA
Signature.SHA384WITHECDSA
Signature.SHA384WITHECNR
Signature.SHA384WITHPLAIN-ECDSA
Signature.SHA384WITHRSA
Signature.SHA384WITHRSA/ISO9796-2
Signature.SHA384WITHRSA/X9.31
Signature.SHA384WITHRSAANDMGF1
Signature.SHA512(224)WITHRSA
Signature.SHA512(224)WITHRSA/ISO9796-2
Signature.SHA512(224)WITHRSA/X9.31
Signature.SHA512(224)WITHRSAANDMGF1
Signature.SHA512(256)WITHRSA
Signature.SHA512(256)WITHRSA/ISO9796-2
Signature.SHA512(256)WITHRSA/X9.31
Signature.SHA512(256)WITHRSAANDMGF1
Signature.SHA512WITHCVC-ECDSA
Signature.SHA512WITHDDSA
Signature.SHA512WITHDETDSA
Signature.SHA512WITHDSA
Signature.SHA512WITHECDDSA
Signature.SHA512WITHECDSA
Signature.SHA512WITHECNR
Signature.SHA512WITHPLAIN-ECDSA
Signature.SHA512WITHRSA
Signature.SHA512WITHRSA/ISO9796-2
Signature.SHA512WITHRSA/X9.31
Signature.SHA512WITHRSAANDMGF1
Signature.WHIRLPOOLWITHRSA/ISO9796-2
Signature.WHIRLPOOLWITHRSA/X9.31
Signature.WhirlpoolWITHRSA/ISO9796-2
Signature.WhirlpoolWITHRSA/X9.31
X509Store.ATTRIBUTECERTIFICATE/COLLECTION
X509Store.ATTRIBUTECERTIFICATE/LDAP
X509Store.CERTIFICATE/COLLECTION
X509Store.CERTIFICATE/LDAP
X509Store.CERTIFICATEPAIR/COLLECTION
X509Store.CERTIFICATEPAIR/LDAP
X509Store.CRL/COLLECTION
X509Store.CRL/LDAP
X509StreamParser.ATTRIBUTECERTIFICATE
X509StreamParser.CERTIFICATE
X509StreamParser.CERTIFICATEPAIR
X509StreamParser.CRL
.........E..E..testDhiesBasic:86c2471213e76877c8602f623ec7fc1e529f5a4fd1c65a455bb56557e770513c57303ee01ef7935beeb51b883ead8622dee1aba96dad08692679ea9bce28a5b47162ae054b93ac4912e9e4fd926c3b908f330c0b905e2f6c53c053a62f262a06300705133fcdac08e84015bfd55a021a57fb871c2e8f0d1c6d0dec3d09b4468556f25fccea5276629d197d4c13a94fe7b16a2d10f63d0d37cb6b192473d46ee1535a5501fabf6dfa8f6fc317e99a508649e877123c2847fa386595144468adabdb0be285c2e6454eb6bfc6b4d208c3e6468e6e8db2f330f35de021fa2d81cd9a5bd338c45aade52eb04b98c1bb14d39a7c37e045a5f82df160991465896adaa588da73aa407d3168d0c72c882f63ff724e0e7085108ee8554f9f243be0df326fabd898cc
..E..Invalid DSA signature was verified:303f021c1e41b479ad576905b960fe14eadb91b0ccf34843dab916173bb8c9cd021d00ade65988d237d30f9ef41dd424a4e1c8f16967cf3365813fe87862360500
Invalid DSA signature was verified:303f021c1e41b479ad576905b960fe14eadb91b0ccf34843dab916173bb8c9cd021d00ade65988d237d30f9ef41dd424a4e1c8f16967cf3365813fe87862363000
Invalid DSA signature was verified:305c021c1e41b479ad576905b960fe14eadb91b0ccf34843dab916173bb8c9cd021d00ade65988d237d30f9ef41dd424a4e1c8f16967cf3365813fe8786236021d00ade65988d237d30f9ef41dd424a4e1c8f16967cf3365813fe8786236
E.E..testDefaultSize: keysize=1024
E....testTiming: SHA1WITHDSA
count:50000 cutoff:1863724 relative average:1.0021341579789744 sigmas:0.8265558310743403
count:25001 cutoff:537869 relative average:0.9471144794196243 sigmas:14.483585956667
count:12501 cutoff:523451 relative average:0.8062706395464139 sigmas:37.51702992656984
count:6253 cutoff:518139 relative average:0.6231570345409393 sigmas:51.613731042573804
count:3125 cutoff:513637 relative average:0.5262068451589595 sigmas:45.874824956160545
count:1563 cutoff:508257 relative average:0.6147903324697959 sigmas:26.37772245737844
count:783 cutoff:500337 relative average:0.7634009043235092 sigmas:11.467126110931991
count:391 cutoff:493492 relative average:0.734975618121024 sigmas:9.07684326556656
count:196 cutoff:489535 relative average:0.5682871620757239 sigmas:10.46847997390432
count:98 cutoff:486805 relative average:0.3828497065529331 sigmas:10.581923194879533
count:49 cutoff:483887 relative average:0.22058841202755225 sigmas:9.449863292633536
count:25 cutoff:481810 relative average:0.1504178885437497 sigmas:7.3575969112193516
count:13 cutoff:479179 relative average:0.11023489851556663 sigmas:5.5565812778150345
E...java.security.spec.InvalidKeySpecException: encoded key spec not recognised
java.security.spec.InvalidKeySpecException: encoded key spec not recognised
java.security.spec.InvalidKeySpecException: encoded key spec not recognised
java.security.spec.InvalidKeySpecException: encoded key spec not recognised
java.security.spec.InvalidKeySpecException: encoded key spec not recognised
..Encoded ECPrivateKey:3082024b0201003081ec06072a8648ce3d02013081e0020101302c06072a8648ce3d0101022100ffffffff00000001000000000000000000000000ffffffffffffffffffffffff30440420ffffffff00000001000000000000000000000000fffffffffffffffffffffffc04205ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b0441046b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c2964fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5022100ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc6325510201010482015530820151020101042062b47d6e74f08dc6c7c735345315074f48aa653f8b1106ab5c35637ed30390e4a081e33081e0020101302c06072a8648ce3d0101022100ffffffff00000001000000000000000000000000ffffffffffffffffffffffff30440420ffffffff00000001000000000000000000000000fffffffffffffffffffffffc04205ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b0441046b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c2964fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5022100ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551020101a14403420004b6e4706f664a4ad75e60dc3a0bd3d64ef53f5b6714f7ccf8df983072305160a53ac99139d027532a96a2cd1e26c958b00b492a0d5a5785b4f175de7efb06ebf3
...E..testModifiedPublic:public point not on curve throws java.security.spec.InvalidKeySpecException: encoded key spec not recognised
testModifiedPublic:public point = (0,0) throws java.security.spec.InvalidKeySpecException: encoded key spec not recognised
E.E..E...E.Invalid ECDSA signature was verified:3047022100b7babae9332b54b8a3a05b7004579821a887a1b21465f7db8a3d491b39fd2c3f0220747291dd2f3f44af7ace68ea33431d6f94e418c106a6e76285cd59f43260ecce0500
Invalid ECDSA signature was verified:3047022100b7babae9332b54b8a3a05b7004579821a887a1b21465f7db8a3d491b39fd2c3f0220747291dd2f3f44af7ace68ea33431d6f94e418c106a6e76285cd59f43260ecce3000
Invalid ECDSA signature was verified:3067022100b7babae9332b54b8a3a05b7004579821a887a1b21465f7db8a3d491b39fd2c3f0220747291dd2f3f44af7ace68ea33431d6f94e418c106a6e76285cd59f43260ecce0220747291dd2f3f44af7ace68ea33431d6f94e418c106a6e76285cd59f43260ecce
E.Message:Hello
Hash:185f8db32271fe25f561a6fc938b2e264306ec304eda518007d1764826381969
Curve:secp256r1
Order:115792089210356248762697446949407573529996955224135760342422259061068512044369
Private key:
S:65010822905980640376846321932483298978581741799668225921497361314156515684184
encoded:308193020100301306072a8648ce3d020106082a8648ce3d0301070479307702010104208fbad261d75503133cbb1822a2a9dbfda7be73a2cfd57c48f6100f1d2733ef58a00a06082a8648ce3d030107a14403420004e77b4bf0c3c581b6740d4630b2f6c22d16fd896d3a498884893fefa24f739610e17105c0f85f97d44e63bd58e9ae7e1bf7a9dfc880a19d37510a6d1095ce2e94
Public key:
X:104702114333682632810316764114846657625947795818418341784143288492151180334608
Y:101970084360753161906333545958716232400947147388762177346218394072763924885140
encoded:3059301306072a8648ce3d020106082a8648ce3d03010703420004e77b4bf0c3c581b6740d4630b2f6c22d16fd896d3a498884893fefa24f739610e17105c0f85f97d44e63bd58e9ae7e1bf7a9dfc880a19d37510a6d1095ce2e94
Signature:304502200ec1c4b77a31943d8acd56d47c6f38ea5e3cfb5c87c8c7c9007500e997070980022100ca4d15cd0905cfcf5bf793c1cc31e62416e2cc25032afd6f36e4b872140647e9
r:6674739052490663879433869777147491598029997460397111799890971492852800358784
s:91503393102220296856014002016328149213833791609011976105900521520790166194153
.BC curve:secp256r1 countLsb:545 countMsb:494
BC curve:secp224r1 countLsb:497 countMsb:501
BC curve:secp384r1 countLsb:507 countMsb:509
BC curve:secp521r1 countLsb:500 countMsb:510
BC curve:brainpoolP256r1 countLsb:525 countMsb:497
..testTiming algorithm:SHA256WithECDSA
count:50000 cutoff:521033 relative average:1.002063528607506 sigmas:0.7992011931292792
count:25001 cutoff:148321 relative average:0.9879672830108398 sigmas:3.2953611667655407
count:12502 cutoff:146355 relative average:0.9665377785409004 sigmas:6.480449695681499
count:6254 cutoff:145110 relative average:0.9530417468826625 sigmas:6.43208090179832
count:3125 cutoff:144072 relative average:0.9406132789169385 sigmas:5.750094543514055
count:1563 cutoff:143097 relative average:0.9222802560774797 sigmas:5.321958422775102
count:782 cutoff:142039 relative average:0.9206698698020136 sigmas:3.842396437284987
count:391 cutoff:140913 relative average:0.935537353066049 sigmas:2.207786840420678
count:196 cutoff:139687 relative average:0.9429917209976635 sigmas:1.3823772995775236
count:98 cutoff:138503 relative average:0.9433927449078574 sigmas:0.970612235007199
count:49 cutoff:137273 relative average:0.9628575871034504 sigmas:0.4503278237676786
count:25 cutoff:136378 relative average:0.9160106094617873 sigmas:0.7273694585446457
count:13 cutoff:135510 relative average:0.8974694634312902 sigmas:0.6403029956463065
....0489535f66c173386153b013dc0db0ff007dd6b9da6ac25502e2108a06940b2dfe6f2396619a1a2b5a87ccd75eedee8ac4adbb9c184251cb4289671f3b89d8e4ec36569ff3b56268cf63e9c3f26798e80a87b4f7bb06f54d41679dddb773104530a1b2e57ad6d52c12fbcc06cc676d277ce556a8b451279a7747c01386
ECIES:javax.crypto.BadPaddingException: Invalid MAC.
.testEciesBasic:041a5ce7db0e79077beb95cb0f1df3608010df3c612a7df155979ed41cdfdde47bfd276fc2855dce20a7ade18401a25af431be77711e8390fe6ee095d2b885d99a9c36e6044849a74c1e0e92a78e66ab06ebe6ebf3a8eabacd98d9841b4ea6e5201d1e2b4c
...E...E.0419232ea18f02be565ebd1f8ec4be6b305b949908239335522ca1307f1e1864efe101bc8102b18a9e24777f0794a8eb6dd62f7bb2eea737bb001620e7cee496d1879931661118bc86b8877171f1242b46aaf9fee5a388de17ad72a1c227c56209d20b8bf36dbd3414ce8d42d33dcfd1648c968d470249a8dc4cccdad5ae1b9fdc39e59d0d
ECIESWithAES-CBC:javax.crypto.BadPaddingException: Invalid MAC.
ECIESWithAES-CBC:javax.crypto.BadPaddingException: pad block corrupted
E..E........Exceptions for RSA/ECB/PKCS1PADDING
javax.crypto.BadPaddingException: unknown block type
javax.crypto.BadPaddingException: block truncated
javax.crypto.BadPaddingException: block incorrect size
javax.crypto.BadPaddingException: no data in block
E...testDefaultSize: keysize=2048
....Message:Hello
Hash:185f8db32271fe25f561a6fc938b2e264306ec304eda518007d1764826381969
Public key:
Modulus:21048060614071965092004470231858902867246840786386466961004556695457310930189990036826715428504491330273440836528597345680691683604878990047119360926811861733417135583634218527488554203911399490519692162846992503845570878390369347024305461549312063902629898896747902170352122576923995744123311768424188413800023976516793767574914739157323674848299261590836947359445867380370534714051451774572975572689972648285665315887522402850390520685010249735302543770056848108335246050894811679491008744476753602806605560183932009215594482110467716417951939353779813706955303683419720863612449546781861694781996606121562963037167
E:65537
encoded:30820122300d06092a864886f70d01010105000382010f003082010a0282010100a6bb95f4e12afaa28a42e7191d5f5da75b7da7853bdd5d046db11e519189f183debef7827c36f7eae617c6474056db579fee61cbc62e06aadcebd7e4f316c604281d61cb903340687c68368718abc87776a2c9ea1e6a364a2597dc9398bd360eb16c7adabc07ef92f2331e391770cc6a2dfe92974ca3794e3c7e971e952d71df829dc8765f7e7a0da698a96693482179e2e6d437444ba55244d4974a5c53bf2ecba8eedc04d8442f69fc08a05436fa8a0fd7bbee4537684aefd7cc0c198ca25645ecc65276dc67a36830ddd68df7efaa301900b16eae9d461858bc78804804de1f6c20896be0af7b0b4a125155f52f6a1cecdf3d1f927754b4dd910d104dcbef0203010001
Private key:
D:9711166712208386781047120994794292925345626871513203148349409998609799643737428074805801421630598846440074573058477840609425435753887551483128182187534883640755613427684204078992556231453544441988330130675586856814172901343192290319169879512295703682740613209185875030532711390813423277124809490787286527644985401644835016507879113662937054486170001836513408368044680981810935223888510029124919533857381326721032165303968288118907601841795928266793821472221299022169659390845490845248886122991690870449871818615962441071865936540963775097355351171765769252026340096120077616960697953876656567771181376570818723616973
encoded:308204bd020100300d06092a864886f70d0101010500048204a7308204a30201000282010100a6bb95f4e12afaa28a42e7191d5f5da75b7da7853bdd5d046db11e519189f183debef7827c36f7eae617c6474056db579fee61cbc62e06aadcebd7e4f316c604281d61cb903340687c68368718abc87776a2c9ea1e6a364a2597dc9398bd360eb16c7adabc07ef92f2331e391770cc6a2dfe92974ca3794e3c7e971e952d71df829dc8765f7e7a0da698a96693482179e2e6d437444ba55244d4974a5c53bf2ecba8eedc04d8442f69fc08a05436fa8a0fd7bbee4537684aefd7cc0c198ca25645ecc65276dc67a36830ddd68df7efaa301900b16eae9d461858bc78804804de1f6c20896be0af7b0b4a125155f52f6a1cecdf3d1f927754b4dd910d104dcbef0203010001028201004ced60cf46b27b48522d730dc1e115c7592d9d049a6dd4746e1dd9c4bdb71d01005d30ba7a102c8bab14ce0d62d0904c1a04b5077d4d10137671b43f34af4db66e41bc34dd37e06035022a2263ce2264880eacc581b9f4897a55da56191337a548d429ccd113824454ce2404285e095a76152e5273703b504f1603287fa0a39842495ff01fbd4e76d7ca69427e9b49b09a2beaab66f5ec19a1511d262ad16f8a81e20f09294ba63bca7b9836aa42ff5d95f05efb2a45e24c4cbd35f1fbd438866e58f8ee2fa7e04b628015ca97a06d3ee5553457d843d8c94959ed06317d8942ac8f68e5315754ec2930c39a9a3519cb951f5308fb2ff748b1d317dc076098cd02818100e41a41c7c0088204b8d33ed8a5e56135dcf01f83fa563cea582751a0bd9f08942740c8ea81ebc68b6f20bc370370b17d1164879f1b588a10bc329396367ee7d50a3b1d44494313a9e26029fbb0da55b419d8e640c18b123578e4b0e376fb39871148e3eff1059678b993b82567b85f3c494d8083a6412d0cb78b2fa0782a67a502818100bb1fe1469f0ad5a17a106f8df76dbab5613f4d3385d2367f22b718f99b0d44914f0a5d05f9d5aeab60ac65cff6150331cd894a147d69557d9d49b3d249307f2570350346773459cd31e27f0b7a5c370f3283aacb6569209bc2e0f7217bd9f6b0a49ab9f13e6f92c69af8cf6d4787ad2fab34861c8609e2b3f9f439a6009831030281810087e3c89a7aa1d6eb7f3c822d492fcce8ecd5b4c0c86b85e0ca61aa348ba2e9d671481c29f0fa888edac672ba87772495f0bda63a386d57db3e73170f9f299d6d82a9d2f6b27a9e854fd2a0504c7cd61ff4620e5237bb653eabe5fa2798e373d32e8df11529ce7d6530917b5bf55d9686f0d8961e57f66e232c596427424f68ed0281807294c8daf79428d021f0627ea9ddb5104fa5f55df13991493436adc259e13bf54652f037328e57d074f7dbb805d5440980f3ea3ab5b88432d0d74a971f5de4dd45e210495bc0e0a437419bcda97541f9ba52c988966653234da7776c376c76142016e67904644999f757179cb0ca319018e3a6a35ca83cfb3bb9027bd5ad5b8502818047a5193b60a446717cb8ba4c746841de67e1d62524c3ecad99361f0a0c6806bf03069d6ee38c8f4e07e531e58f592a387578b09aa7d5925812992b8da7c27eee10c0f6147fd4e08c1825362543f9f9fa4e02d4bc137c2e58ccde5ee51dd01d1d297d86732745eca24cfd3b98a8e8f49787104bdef882cd61d5ff8abc40df5437
Signature:2a73b7be0bace19dc54412e62fecbd9419ab61c01671b2d432c41be7cea493c8260c4e47ea8134562462578e027c3cc6601e01a9c015f7e8edd7ab88a8bacbdd2daa9197acc75816b64254b3a6602712e2f2b1f620c016e4d938e91abba7dc854b40d58ab59f1919b303cad5b174097c7f6556f951342da1e2bd77999dbd364af4d9ef991ab1d2e6acb54bbd03ad2cfbbc414ac96f74b84c89b2761fb11dc8d75370615eb09e2df709386d8d55981deff0ab2fa60070bfcc7edacbe8ce241bf42159e4edbb8babef23dbfb9ec824082bf93f419630bcf00d2bc5d7025e9d7e910643939966c0b83d57c493600a4c4544baacf133653e212c344adf5d4750cc12
..Verfied legacy signature:253e1d19bbe91064f2364c1e7db3ba8eb6dc5b19202e440eab6fbdf28c8c6ec05b812983713c338c72b6e99b8edf506a89ff9fc8e5c2c52362097a56dc228060eca01e1ff318c6c81617691438703411c1f953b21cd74331f87c9b8b189fdffdfe8550bd2bd1d47be915f8604a0f472199dd705e19b1b815f99b68d60bc257c7

Time: 106.927
There were 22 failures:
1) testDefaultTagSizeAlgorithmParameterGenerator(com.google.security.wycheproof.AesGcmTest)
java.lang.AssertionError: expected:<26> but was:<22>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at com.google.security.wycheproof.AesGcmTest.testDefaultTagSizeAlgorithmParameterGenerator(AesGcmTest.java:796)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
2) testLargeArrayAlias(com.google.security.wycheproof.AesGcmTest)
java.lang.AssertionError: testLargeByteBufferAlias failed with outputOffset=1
	at com.google.security.wycheproof.AesGcmTest.testLargeArrayAlias(AesGcmTest.java:470)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
Caused by: arrays first differed at element [16]; expected:<0> but was:<120>
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:50)
	at org.junit.Assert.internalArrayEquals(Assert.java:473)
	at org.junit.Assert.assertArrayEquals(Assert.java:294)
	at org.junit.Assert.assertArrayEquals(Assert.java:305)
	at com.google.security.wycheproof.AesGcmTest.testLargeArrayAlias(AesGcmTest.java:465)
	... 32 more
3) testByteBufferShiftedAlias(com.google.security.wycheproof.AesGcmTest)
java.lang.AssertionError: Overlapping buffers test failed with buffer type: array backed buffers and output offset 1
	at com.google.security.wycheproof.AesGcmTest.testByteBufferShiftedAlias(AesGcmTest.java:583)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
Caused by: java.lang.AssertionError: expected:<java.nio.HeapByteBuffer[pos=0 lim=8192 cap=8192]> but was:<java.nio.HeapByteBuffer[pos=0 lim=8192 cap=8208]>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at com.google.security.wycheproof.AesGcmTest.testByteBufferShiftedAlias(AesGcmTest.java:581)
	... 32 more
4) testIvReuse(com.google.security.wycheproof.AesGcmTest)
java.lang.AssertionError: It should not possible to reuse an IV. ct1:26073cc1d851beff176384dc9896d5ff0a3ea7a5487cb5f7d70fb6c58d038554 ct2:26073cc1d851beff176384dc9896d5ff0a3ea7a5487cb5f7d70fb6c58d038554
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.AesGcmTest.testIvReuse(AesGcmTest.java:327)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
5) testSubgroupConfinement(com.google.security.wycheproof.DhTest)
java.lang.AssertionError: Generated secrets with weak public key:0 secret:00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.DhTest.testSubgroupConfinement(DhTest.java:436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
6) testSemanticSecurityDhiesWithAes(com.google.security.wycheproof.DhiesTest)
java.lang.AssertionError: Ciphertext repeats at 256:06cb4ea3de094ec117d3265aa45f89a95311c4c39a6a682653b6e5df610a7f7e41ff78cea315b1eb84258f6af23dce1040350f4c6a3718a430d7672cb926d5b1131b6572543c88f8a7d07d3f1c760fa8343525db982b0de26cf03fc2bed4d17225598f940494f7e2d4691389f4cca5febb34873f2487ed5f8b907d46e436effc63db03745d7b2045612742414f02d4476a04d4c2dfd866475bb18a2a049a2c5dbf2b188816c535e880ace07cabe349bc396ca308add585d1b8448997e485f40076d1a676b8f94cc7a14573b7bf1f7b995c68e4ab21609bb40f82e20ea58f0005d0c7d54655527fbf0bedb2e928b955dd1a27165b251fea726bddcd776a05f6df591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e50165591127f614bf0f1768af8ed301e5016530243ef414cfa732be7623a83a62c42975c31aab71bd25d51e0bb1e9fd96a75be5095e5d
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at com.google.security.wycheproof.DhiesTest.testNotEcb(DhiesTest.java:185)
	at com.google.security.wycheproof.DhiesTest.testSemanticSecurityDhiesWithAes(DhiesTest.java:207)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
7) testSemanticSecurityDhiesWithDesede(com.google.security.wycheproof.DhiesTest)
java.lang.AssertionError: Ciphertext repeats at 256:c521149396eb2a7d927d562b8350d2b21f8087c1acbe6f3078b652d53bd502cd9488deed9102ec2cb56c46239174df9b76382b122de61f9bb472120c374ed61558949d99adcdbfd60318e558ddd422893c1942b3e1820d77e5f3484bce33b47cf8f8f098bdbbf047e1a03e77c5c77767f2bc6346df6df9ee4ced740c9c5b6fe269a125910fb3324d359beb1490d3c0d4ec1206b4ed073697e507b60edf64405b66417e39cbf33540844269b427e45625a86ef9c9b18293bf40ed2a1ae3658be82cf8a2cfd040750b927ea9696ba2b0261212009e73e326052a3ca1db2c7909f749682f89d7af910611c06f5bb76b18331db4b8bd006f42376ba2e0a9eea7e850fd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cfd0958c8bdc77c8cf5628d940bd645c4672cec4a0b2ad8a942ca9aeb02acf1907aa9a404
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at com.google.security.wycheproof.DhiesTest.testNotEcb(DhiesTest.java:185)
	at com.google.security.wycheproof.DhiesTest.testSemanticSecurityDhiesWithDesede(DhiesTest.java:211)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
8) testInvalidSignatures(com.google.security.wycheproof.DsaTest)
java.lang.AssertionError: expected:<0> but was:<3>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at com.google.security.wycheproof.DsaTest.testVectors(DsaTest.java:720)
	at com.google.security.wycheproof.DsaTest.testInvalidSignatures(DsaTest.java:743)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
9) testKeyGenerationAll(com.google.security.wycheproof.DsaTest)
java.lang.AssertionError: Invalid qsize for 2048 bit key:160
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at com.google.security.wycheproof.DsaTest.testKeyGeneration(DsaTest.java:879)
	at com.google.security.wycheproof.DsaTest.testKeyGenerationAll(DsaTest.java:907)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
10) testDefaultKeySize(com.google.security.wycheproof.DsaTest)
java.lang.AssertionError: DSA default key size too small:1024
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.DsaTest.testDefaultKeySize(DsaTest.java:942)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
11) testTiming(com.google.security.wycheproof.DsaTest)
java.lang.AssertionError: Signatures with short timing have a biased k
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.DsaTest.testTiming(DsaTest.java:1190)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
12) testWrongOrderEcdhc(com.google.security.wycheproof.EcdhTest)
java.lang.IllegalStateException: ECDHC public key has wrong domain parameters
	at org.bouncycastle.crypto.agreement.ECDHCBasicAgreement.calculateAgreement(Unknown Source)
	at org.bouncycastle.jcajce.provider.asymmetric.ec.KeyAgreementSpi.engineDoPhase(Unknown Source)
	at javax.crypto.KeyAgreement.doPhase(KeyAgreement.java:567)
	at com.google.security.wycheproof.EcdhTest.testWrongOrder(EcdhTest.java:2126)
	at com.google.security.wycheproof.EcdhTest.testWrongOrderEcdhc(EcdhTest.java:2162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
13) testModifiedPublic(com.google.security.wycheproof.EcdhTest)
java.lang.IllegalStateException: ECDH public key has wrong domain parameters
	at org.bouncycastle.crypto.agreement.ECDHBasicAgreement.calculateAgreement(Unknown Source)
	at org.bouncycastle.jcajce.provider.asymmetric.ec.KeyAgreementSpi.engineDoPhase(Unknown Source)
	at javax.crypto.KeyAgreement.doPhase(KeyAgreement.java:567)
	at com.google.security.wycheproof.EcdhTest.testModifiedPublic(EcdhTest.java:1939)
	at com.google.security.wycheproof.EcdhTest.testModifiedPublic(EcdhTest.java:2010)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
14) testWrongOrderEcdh(com.google.security.wycheproof.EcdhTest)
java.lang.IllegalStateException: ECDH public key has wrong domain parameters
	at org.bouncycastle.crypto.agreement.ECDHBasicAgreement.calculateAgreement(Unknown Source)
	at org.bouncycastle.jcajce.provider.asymmetric.ec.KeyAgreementSpi.engineDoPhase(Unknown Source)
	at javax.crypto.KeyAgreement.doPhase(KeyAgreement.java:567)
	at com.google.security.wycheproof.EcdhTest.testWrongOrder(EcdhTest.java:2126)
	at com.google.security.wycheproof.EcdhTest.testWrongOrderEcdh(EcdhTest.java:2156)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
15) testModifiedPublicSpec(com.google.security.wycheproof.EcdhTest)
java.lang.IllegalArgumentException: Invalid point
	at org.bouncycastle.math.ec.ECAlgorithms.validatePoint(Unknown Source)
	at org.bouncycastle.math.ec.AbstractECMultiplier.multiply(Unknown Source)
	at org.bouncycastle.math.ec.ECPoint.multiply(Unknown Source)
	at org.bouncycastle.crypto.agreement.ECDHBasicAgreement.calculateAgreement(Unknown Source)
	at org.bouncycastle.jcajce.provider.asymmetric.ec.KeyAgreementSpi.engineDoPhase(Unknown Source)
	at javax.crypto.KeyAgreement.doPhase(KeyAgreement.java:567)
	at com.google.security.wycheproof.EcdhTest.testModifiedPublicSpec(EcdhTest.java:1989)
	at com.google.security.wycheproof.EcdhTest.testModifiedPublicSpec(EcdhTest.java:2016)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
16) testEncode(com.google.security.wycheproof.EcdhTest)
org.junit.ComparisonFailure: expected:<30[8201333081ec06072a8648ce3d02013081e0020101302c06072a8648ce3d0101022100ffffffff00000001000000000000000000000000ffffffffffffffffffffffff30440420ffffffff00000001000000000000000000000000fffffffffffffffffffffffc04205ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b0441046b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c2964fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5022100ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551020101]03420004cdeb39edd03e...> but was:<30[59301306072a8648ce3d020106082a8648ce3d030107]03420004cdeb39edd03e...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at com.google.security.wycheproof.EcdhTest.testEncode(EcdhTest.java:1894)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
17) testInvalidSignatures(com.google.security.wycheproof.EcdsaTest)
java.lang.AssertionError: expected:<0> but was:<3>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at com.google.security.wycheproof.EcdsaTest.testVectors(EcdsaTest.java:642)
	at com.google.security.wycheproof.EcdsaTest.testInvalidSignatures(EcdsaTest.java:671)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
18) testDefaultEciesWithDESede(com.google.security.wycheproof.EciesTest)
java.lang.AssertionError: Ciphertext repeats:04253af474c07ec40cfa35abb5352a0b4edb25ed4543dcd4966d6dafb01980d664e1642d30ac5b0c0513bc14405178a4fbb9ad0df8848b6dfbf6032a9dac535581f3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9adf3f9675b55b7c9ad0b5ef91c2573124869a1e61d72cb475224d411cdf5d0885f51a9d31b
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at com.google.security.wycheproof.EciesTest.testNotEcb(EciesTest.java:293)
	at com.google.security.wycheproof.EciesTest.testDefaultEciesWithDESede(EciesTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
19) testDefaultEciesWithAes(com.google.security.wycheproof.EciesTest)
java.lang.AssertionError: Ciphertext repeats:04d2b2da6eddf4b56b0db046c8390b4f9a17c2b90ed54d1c46e6c33fa18c02eba9b298b4d0e1fce66c5925fd728a026b141c5c7e65384997eb18436836b2ff6c0eb674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6b674227861b0cfa26e1fd559bf0367b6d7f6ccd1a0cf4b7659c75839ea41365e6e94006e70e6277a17ac0862779d7b7f8a4af7c6
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at com.google.security.wycheproof.EciesTest.testNotEcb(EciesTest.java:293)
	at com.google.security.wycheproof.EciesTest.testDefaultEciesWithAes(EciesTest.java:304)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
20) testEciesCorruptAesCbc(com.google.security.wycheproof.EciesTest)
java.lang.AssertionError: expected:<1> but was:<2>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at com.google.security.wycheproof.EciesTest.testExceptions(EciesTest.java:214)
	at com.google.security.wycheproof.EciesTest.testEciesCorruptAesCbc(EciesTest.java:223)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
21) testByteBufferAlias(com.google.security.wycheproof.EciesTest)
javax.crypto.ShortBufferException: Need at least 102 bytes of space in output buffer
	at javax.crypto.CipherSpi.bufferCrypt(CipherSpi.java:759)
	at javax.crypto.CipherSpi.engineDoFinal(CipherSpi.java:730)
	at javax.crypto.Cipher.doFinal(Cipher.java:2460)
	at com.google.security.wycheproof.EciesTest.testByteBufferAlias(EciesTest.java:427)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
22) testExceptionsPKCS1(com.google.security.wycheproof.RsaEncryptionTest)
java.lang.AssertionError: Exceptions leak information about the padding for RSA/ECB/PKCS1PADDING
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.RsaEncryptionTest.testExceptions(RsaEncryptionTest.java:138)
	at com.google.security.wycheproof.RsaEncryptionTest.testExceptionsPKCS1(RsaEncryptionTest.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)

FAILURES!!!
Tests run: 96,  Failures: 22


BazelTestRunner exiting with a return value of 1
JVM shutdown hooks (if any) will run now.
The JVM will exit once they complete.

-- JVM shutdown starting at 2018-04-06 21:10:13 --