Searched defs:algorithmName (Results 1 – 10 of 10) sorted by relevance
42 private final String algorithmName; field in TestKeyPair578 public TestKeyPair(String algorithmName) throws in TestKeyPair()
27 private final String algorithmName; field in KeyAgreementHelper29 KeyAgreementHelper(String algorithmName) { in KeyAgreementHelper()
26 private final String algorithmName; field in CertificateFactoryTest30 public CertificateFactoryTest(String algorithmName, byte[] certificateData) { in CertificateFactoryTest()
26 private final String algorithmName; field in CertPathValidatorTest29 public CertPathValidatorTest(String algorithmName) { in CertPathValidatorTest()
25 private final String algorithmName; field in CertPathBuilderTest28 public CertPathBuilderTest(String algorithmName) { in CertPathBuilderTest()
29 private final String algorithmName; field in SecureRandomTest
205 String algorithmName = "PBEWithHmacSHA" + shaVariant + "AndAES_" + keySize; in test_encryptWithAlgorithmParameters() local230 String algorithmName = "PBEWithHmacSHA" + shaVariant + "AndAES_" + keySize; in test_correctNames() local242 String algorithmName = "PBEwithMD5andDES"; in test_encryptWithNoSalt() local
40 private final String algorithmName; field in KeyStoreTest44 public KeyStoreTest(String algorithmName, byte[] keyStoreData, in KeyStoreTest()
46 private static final String algorithmName[] = { field in DigestInputStreamTest
46 private static final String algorithmName[] = { field in DigestOutputStreamTest