Home
last modified time | relevance | path

Searched refs:NotSupportMsg (Results 1 – 13 of 13) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
DCertPathValidator1Test.java62 private static String NotSupportMsg = ""; field in CertPathValidator1Test
69 NotSupportMsg = defaultType.concat(" is not supported");
76 fail(NotSupportMsg); in createCPVs()
99 fail(NotSupportMsg); in testCertPathValidator01()
150 fail(NotSupportMsg); in testCertPathValidator03()
168 fail(NotSupportMsg); in testCertPathValidator04()
192 fail(NotSupportMsg); in testCertPathValidator05()
216 fail(NotSupportMsg); in testCertPathValidator06()
240 fail(NotSupportMsg); in testCertPathValidator07()
261 fail(NotSupportMsg); in testCertPathValidator08()
[all …]
DCertPathBuilder1Test.java66 private static String NotSupportMsg = ""; field in CertPathBuilder1Test
75 NotSupportMsg = defaultType.concat(" is not supported");
79 fail(NotSupportMsg); in createCPBs()
135 fail(NotSupportMsg); in testCertPathBuilder03()
152 fail(NotSupportMsg); in testCertPathBuilder04()
178 fail(NotSupportMsg); in testCertPathBuilder05()
200 fail(NotSupportMsg); in testCertPathBuilder06()
224 fail(NotSupportMsg); in testCertPathBuilder07()
242 fail(NotSupportMsg); in testCertPathBuilder08()
264 fail(NotSupportMsg); in testCertPathBuilder09()
[all …]
DCertificateFactory1Test.java71 private static String NotSupportMsg = ""; field in CertificateFactory1Test
78 NotSupportMsg = defaultType.concat(" is not supported"); }
82 fail(NotSupportMsg); in initCertFs()
109 fail(NotSupportMsg); in testCertificateFactory01()
149 fail(NotSupportMsg); in testCertificateFactory03()
175 fail(NotSupportMsg); in testCertificateFactory04()
204 fail(NotSupportMsg); in testCertificateFactory05()
224 fail(NotSupportMsg); in testCertificateFactory06()
246 fail(NotSupportMsg); in testCertificateFactory07()
275 fail(NotSupportMsg); in testCertificateFactory08()
[all …]
DCertPathValidator3Test.java55 private static String NotSupportMsg = ""; field in CertPathValidator3Test
62 NotSupportMsg = defaultType.concat(" is not supported");
67 fail(NotSupportMsg); in createCPVs()
91 fail(NotSupportMsg); in testValidate01()
DCertificateFactory3Test.java57 private static String NotSupportMsg = ""; field in CertificateFactory3Test
65 NotSupportMsg = defaultType.concat(" is not supported");
70 fail(NotSupportMsg); in initCertFs()
DCertStore1Test.java69 private static String NotSupportMsg = ""; field in CertStore1Test
76 NotSupportMsg = "LDAP and Collection algorithm are not supported";
98 fail(NotSupportMsg); in initParams()
111 fail(NotSupportMsg); in createCS()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLContext1Test.java54 private static final String NotSupportMsg = "Default protocol is not supported"; field in SSLContext1Test
100 fail(NotSupportMsg); in test_ConstructorLjavax_net_ssl_SSLContextSpiLjava_security_ProviderLjava_lang_String()
144 if (!DEFSupported) fail(NotSupportMsg); in test_createSSLEngine()
159 if (!DEFSupported) fail(NotSupportMsg); in test_createSSLEngineLjava_lang_StringI()
176 fail(NotSupportMsg); in test_getClientSessionContext()
197 fail(NotSupportMsg); in test_getInstanceLjava_lang_String01()
239 fail(NotSupportMsg); in test_getInstanceLjava_lang_StringLjava_lang_String01()
264 fail(NotSupportMsg); in test_getInstanceLjava_lang_StringLjava_lang_String02()
290 fail(NotSupportMsg); in test_getInstanceLjava_lang_StringLjava_lang_String03()
313 fail(NotSupportMsg); in test_getInstanceLjava_lang_StringLjava_lang_String04()
[all …]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator1Test.java63 public static String NotSupportMsg = ""; field in KeyPairGenerator1Test
71 NotSupportMsg = validAlgName + " algorithm is not supported" ;
78 fail(NotSupportMsg); in createKPGen()
122 fail(NotSupportMsg); in testKeyPairGenerator02()
141 fail(NotSupportMsg); in testKeyPairGenerator03()
168 fail(NotSupportMsg); in testKeyPairGenerator04()
195 fail(NotSupportMsg); in testKeyPairGenerator05()
224 fail(NotSupportMsg); in testKeyPairGenerator06()
244 fail(NotSupportMsg); in testKeyPairGenerator07()
266 fail(NotSupportMsg); in testKeyPairGenerator08()
[all …]
DKeyPairGenerator3Test.java52 private static String NotSupportMsg = KeyPairGenerator1Test.NotSupportMsg; field in KeyPairGenerator3Test
93 fail(NotSupportMsg); in testGenKeyPair01()
119 fail(NotSupportMsg); in testGenKeyPair02()
DKeyStoreTest.java70 private static String NotSupportMsg = "Default KeyStore type is not supported"; field in KeyStoreTest
75 assertTrue(NotSupportMsg, KSSupported); in createKS()
111 assertTrue(NotSupportMsg, KSSupported); in testLoadStore02()
147 assertTrue(NotSupportMsg, KSSupported); in testSetKeyEntry()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyGeneratorTest.java71 private static final String NotSupportMsg = "There is no suitable provider for KeyGenerator"; field in KeyGeneratorTest
96 fail(NotSupportMsg); in createKGs()
114 fail(NotSupportMsg); in testKeyGenerator()
179 fail(NotSupportMsg); in testGetInstanceString02()
199 fail(NotSupportMsg); in testGetInstanceStringString01()
226 fail(NotSupportMsg); in testGetInstanceStringString02()
260 fail(NotSupportMsg); in testGetInstanceStringString03()
280 fail(NotSupportMsg); in testGetInstanceStringProvider01()
305 fail(NotSupportMsg); in testGetInstanceStringProvider02()
325 fail(NotSupportMsg); in testGetInstanceStringProvider03()
[all …]
DKeyAgreementTest.java68 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement"; field in KeyAgreementTest
100 fail(NotSupportMsg); in createKAs()
142 fail(NotSupportMsg); in testGetInstanceString02()
162 fail(NotSupportMsg); in testGetInstanceStringString01()
190 fail(NotSupportMsg); in testGetInstanceStringString02()
225 fail(NotSupportMsg); in testGetInstanceStringString03()
247 fail(NotSupportMsg); in testGetInstanceStringProvider01()
272 fail(NotSupportMsg); in testGetInstanceStringProvider02()
292 fail(NotSupportMsg); in testGetInstanceStringProvider03()
316 fail(NotSupportMsg); in testGenerateSecret03()
[all …]
DSecretKeyFactoryTest.java69 private static final String NotSupportMsg = "Default algorithm is not supported"; field in SecretKeyFactoryTest
123 fail(NotSupportMsg); in testSecretKeyFactory01()
173 fail(NotSupportMsg); in testSecretKeyFactory03()
194 fail(NotSupportMsg); in testSecretKeyFactory04()
224 fail(NotSupportMsg); in testSecretKeyFactory05()
262 fail(NotSupportMsg); in testSecretKeyFactory06()
283 fail(NotSupportMsg); in testSecretKeyFactory07()
309 fail(NotSupportMsg); in testSecretKeyFactory08()
330 fail(NotSupportMsg); in testSecretKeyFactory09()
353 fail(NotSupportMsg); in testSecretKeyFactory10()