/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
H A D | CertPathBuilder1Test.java | 70 private static String NotSupportMsg = ""; field in class:CertPathBuilder1Test 79 NotSupportMsg = defaultType.concat(" is not supported"); 84 fail(NotSupportMsg); 156 fail(NotSupportMsg); 174 fail(NotSupportMsg); 200 fail(NotSupportMsg); 223 fail(NotSupportMsg); 247 fail(NotSupportMsg); 265 fail(NotSupportMsg); 287 fail(NotSupportMsg); [all...] |
H A D | CertPathValidator1Test.java | 70 private static String NotSupportMsg = ""; field in class:CertPathValidator1Test 77 NotSupportMsg = defaultType.concat(" is not supported"); 83 fail(NotSupportMsg); 106 fail(NotSupportMsg); 158 fail(NotSupportMsg); 177 fail(NotSupportMsg); 202 fail(NotSupportMsg); 226 fail(NotSupportMsg); 251 fail(NotSupportMsg); 272 fail(NotSupportMsg); [all...] |
H A D | CertPathValidator3Test.java | 64 private static String NotSupportMsg = ""; field in class:CertPathValidator3Test 71 NotSupportMsg = defaultType.concat(" is not supported"); 76 fail(NotSupportMsg); 104 fail(NotSupportMsg);
|
H A D | CertificateFactory1Test.java | 80 private static String NotSupportMsg = ""; field in class:CertificateFactory1Test 87 NotSupportMsg = defaultType.concat(" is not supported"); 92 fail(NotSupportMsg); 119 fail(NotSupportMsg); 159 fail(NotSupportMsg); 186 fail(NotSupportMsg); 215 fail(NotSupportMsg); 235 fail(NotSupportMsg); 257 fail(NotSupportMsg); 286 fail(NotSupportMsg); [all...] |
H A D | CertStore1Test.java | 77 private static String NotSupportMsg = ""; field in class:CertStore1Test 84 NotSupportMsg = "LDAP and Collection algorithm are not supported"; 106 fail(NotSupportMsg); 120 fail(NotSupportMsg);
|
H A D | CertificateFactory3Test.java | 58 private static String NotSupportMsg = ""; field in class:CertificateFactory3Test 66 NotSupportMsg = defaultType.concat(" is not supported"); 71 fail(NotSupportMsg);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
H A D | KeyGeneratorTest.java | 65 private static final String NotSupportMsg = "There is no suitable provider for KeyGenerator"; field in class:KeyGeneratorTest 90 fail(NotSupportMsg); 108 fail(NotSupportMsg); 173 fail(NotSupportMsg); 193 fail(NotSupportMsg); 220 fail(NotSupportMsg); 254 fail(NotSupportMsg); 274 fail(NotSupportMsg); 300 fail(NotSupportMsg); 320 fail(NotSupportMsg); [all...] |
H A D | KeyAgreementTest.java | 64 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement"; field in class:KeyAgreementTest 96 fail(NotSupportMsg); 138 fail(NotSupportMsg); 158 fail(NotSupportMsg); 186 fail(NotSupportMsg); 221 fail(NotSupportMsg); 243 fail(NotSupportMsg); 268 fail(NotSupportMsg); 288 fail(NotSupportMsg); 312 fail(NotSupportMsg); [all...] |
H A D | SecretKeyFactoryTest.java | 66 private static final String NotSupportMsg = "Default algorithm is not supported"; field in class:SecretKeyFactoryTest 120 fail(NotSupportMsg); 170 fail(NotSupportMsg); 191 fail(NotSupportMsg); 221 fail(NotSupportMsg); 259 fail(NotSupportMsg); 280 fail(NotSupportMsg); 306 fail(NotSupportMsg); 327 fail(NotSupportMsg); 350 fail(NotSupportMsg); [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
H A D | KeyPairGenerator1Test.java | 64 public static String NotSupportMsg = ""; field in class:KeyPairGenerator1Test 72 NotSupportMsg = validAlgName + " algorithm is not supported"; 79 fail(NotSupportMsg); 123 fail(NotSupportMsg); 142 fail(NotSupportMsg); 170 fail(NotSupportMsg); 195 fail(NotSupportMsg); 224 fail(NotSupportMsg); 244 fail(NotSupportMsg); 266 fail(NotSupportMsg); [all...] |
H A D | KeyPairGenerator3Test.java | 51 private static String NotSupportMsg = KeyPairGenerator1Test.NotSupportMsg; field in class:KeyPairGenerator3Test 92 fail(NotSupportMsg); 118 fail(NotSupportMsg);
|
H A D | KeyStoreTest.java | 70 private static String NotSupportMsg = "Default KeyStore type is not supported"; field in class:KeyStoreTest 75 assertTrue(NotSupportMsg, KSSupported); 111 assertTrue(NotSupportMsg, KSSupported); 147 assertTrue(NotSupportMsg, KSSupported);
|
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
H A D | KeyAgreement_Impl1Test.java | 51 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement"; field in class:KeyAgreement_Impl1Test 67 fail(NotSupportMsg);
|
H A D | SecretKeyFactory_Impl1Test.java | 52 private static final String NotSupportMsg = "Default algorithm is not supported"; field in class:SecretKeyFactory_Impl1Test 102 fail(NotSupportMsg);
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
H A D | SSLContext1Test.java | 59 private static final String NotSupportMsg = "Default protocol is not supported"; field in class:SSLContext1Test 119 fail(NotSupportMsg); 162 fail(NotSupportMsg); 187 fail(NotSupportMsg); 213 fail(NotSupportMsg); 236 fail(NotSupportMsg); 258 fail(NotSupportMsg); 278 fail(NotSupportMsg); 302 fail(NotSupportMsg); 325 fail(NotSupportMsg); [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
H A D | KeyStore_Impl1Test.java | 64 private static String NotSupportMsg = "Default KeyStore type is not supported"; field in class:KeyStore_Impl1Test 67 assertTrue(NotSupportMsg, JKSSupported); 82 assertTrue(NotSupportMsg, JKSSupported); 95 assertTrue(NotSupportMsg, JKSSupported); 118 assertTrue(NotSupportMsg, JKSSupported); 139 assertTrue(NotSupportMsg, JKSSupported); 162 assertTrue(NotSupportMsg, JKSSupported); 177 assertTrue(NotSupportMsg, JKSSupported); 197 assertTrue(NotSupportMsg, JKSSupported); 221 assertTrue(NotSupportMsg, JKSSupporte [all...] |
H A D | KeyStore_Impl3Test.java | 54 private static String NotSupportMsg = "Default KeyStore type is not supported"; field in class:KeyStore_Impl3Test 59 assertTrue(NotSupportMsg, KSSupported); 103 assertTrue(NotSupportMsg, KSSupported);
|