Searched refs:Implementation (Results 1 – 6 of 6) sorted by relevance
33 @Param private Implementation implementation;35 public enum Implementation { OpenSSL, BouncyCastle }; enum in KeyPairGeneratorBenchmark46 if (implementation == Implementation.BouncyCastle) { in setUp()
52 @Param private Implementation implementation;54 public enum Implementation { OpenSSL, BouncyCastle }; enum in SignatureBenchmark
78 @Param private Implementation implementation;80 public enum Implementation { OpenSSL, BouncyCastle }; enum in CipherBenchmark
10 Implementation-Title: W3C/NIST Test Suite for DOM Level 2 Core14 Implementation-Version: 0.0.115 Implementation-Vendor: World Wide Web Consortium
15 super(new LinkedTransferQueueTest.Implementation(), ""); in LinkedTransferQueueCollectionTest()
30 static class Implementation implements CollectionImplementation { class in LinkedTransferQueueTest