/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | CertPathBuilder1Test.java | 70 private static String NotSupportMsg = ""; field in CertPathBuilder1Test 79 NotSupportMsg = defaultType.concat(" is not supported"); 84 fail(NotSupportMsg); in createCPBs() 156 fail(NotSupportMsg); in testCertPathBuilder03() 174 fail(NotSupportMsg); in testCertPathBuilder04() 200 fail(NotSupportMsg); in testCertPathBuilder05() 223 fail(NotSupportMsg); in testCertPathBuilder06() 247 fail(NotSupportMsg); in testCertPathBuilder07() 265 fail(NotSupportMsg); in testCertPathBuilder08() 287 fail(NotSupportMsg); in testCertPathBuilder09() [all …]
|
D | CertPathValidator1Test.java | 70 private static String NotSupportMsg = ""; field in CertPathValidator1Test 77 NotSupportMsg = defaultType.concat(" is not supported"); 83 fail(NotSupportMsg); in createCPVs() 106 fail(NotSupportMsg); in testCertPathValidator01() 158 fail(NotSupportMsg); in testCertPathValidator03() 177 fail(NotSupportMsg); in testCertPathValidator04() 202 fail(NotSupportMsg); in testCertPathValidator05() 226 fail(NotSupportMsg); in testCertPathValidator06() 251 fail(NotSupportMsg); in testCertPathValidator07() 272 fail(NotSupportMsg); in testCertPathValidator08() [all …]
|
D | CertificateFactory1Test.java | 80 private static String NotSupportMsg = ""; field in CertificateFactory1Test 87 NotSupportMsg = defaultType.concat(" is not supported"); 92 fail(NotSupportMsg); in initCertFs() 119 fail(NotSupportMsg); in testCertificateFactory01() 159 fail(NotSupportMsg); in testCertificateFactory03() 186 fail(NotSupportMsg); in testCertificateFactory04() 215 fail(NotSupportMsg); in testCertificateFactory05() 235 fail(NotSupportMsg); in testCertificateFactory06() 257 fail(NotSupportMsg); in testCertificateFactory07() 286 fail(NotSupportMsg); in testCertificateFactory08() [all …]
|
D | CertPathValidator3Test.java | 64 private static String NotSupportMsg = ""; field in CertPathValidator3Test 71 NotSupportMsg = defaultType.concat(" is not supported"); 76 fail(NotSupportMsg); in createCPVs() 104 fail(NotSupportMsg); in testValidate01()
|
D | CertificateFactory3Test.java | 58 private static String NotSupportMsg = ""; field in CertificateFactory3Test 66 NotSupportMsg = defaultType.concat(" is not supported"); 71 fail(NotSupportMsg); in initCertFs()
|
D | CertStore1Test.java | 77 private static String NotSupportMsg = ""; field in CertStore1Test 84 NotSupportMsg = "LDAP and Collection algorithm are not supported"; 106 fail(NotSupportMsg); in initParams() 120 fail(NotSupportMsg); in createCS()
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | KeyGeneratorTest.java | 65 private static final String NotSupportMsg = "There is no suitable provider for KeyGenerator"; field in KeyGeneratorTest 90 fail(NotSupportMsg); in createKGs() 108 fail(NotSupportMsg); in testKeyGenerator() 173 fail(NotSupportMsg); in testGetInstanceString02() 193 fail(NotSupportMsg); in testGetInstanceStringString01() 220 fail(NotSupportMsg); in testGetInstanceStringString02() 254 fail(NotSupportMsg); in testGetInstanceStringString03() 274 fail(NotSupportMsg); in testGetInstanceStringProvider01() 300 fail(NotSupportMsg); in testGetInstanceStringProvider02() 320 fail(NotSupportMsg); in testGetInstanceStringProvider03() [all …]
|
D | KeyAgreementTest.java | 64 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement"; field in KeyAgreementTest 96 fail(NotSupportMsg); in createKAs() 138 fail(NotSupportMsg); in testGetInstanceString02() 158 fail(NotSupportMsg); in testGetInstanceStringString01() 186 fail(NotSupportMsg); in testGetInstanceStringString02() 221 fail(NotSupportMsg); in testGetInstanceStringString03() 243 fail(NotSupportMsg); in testGetInstanceStringProvider01() 268 fail(NotSupportMsg); in testGetInstanceStringProvider02() 288 fail(NotSupportMsg); in testGetInstanceStringProvider03() 312 fail(NotSupportMsg); in testGenerateSecret03() [all …]
|
D | SecretKeyFactoryTest.java | 66 private static final String NotSupportMsg = "Default algorithm is not supported"; field in SecretKeyFactoryTest 120 fail(NotSupportMsg); in testSecretKeyFactory01() 170 fail(NotSupportMsg); in testSecretKeyFactory03() 191 fail(NotSupportMsg); in testSecretKeyFactory04() 221 fail(NotSupportMsg); in testSecretKeyFactory05() 259 fail(NotSupportMsg); in testSecretKeyFactory06() 280 fail(NotSupportMsg); in testSecretKeyFactory07() 306 fail(NotSupportMsg); in testSecretKeyFactory08() 327 fail(NotSupportMsg); in testSecretKeyFactory09() 350 fail(NotSupportMsg); in testSecretKeyFactory10()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyPairGenerator1Test.java | 64 public static String NotSupportMsg = ""; field in KeyPairGenerator1Test 72 NotSupportMsg = validAlgName + " algorithm is not supported"; 79 fail(NotSupportMsg); in createKPGen() 123 fail(NotSupportMsg); in testKeyPairGenerator02() 142 fail(NotSupportMsg); in testKeyPairGenerator03() 170 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 …]
|
D | KeyPairGenerator3Test.java | 51 private static String NotSupportMsg = KeyPairGenerator1Test.NotSupportMsg; field in KeyPairGenerator3Test 92 fail(NotSupportMsg); in testGenKeyPair01() 118 fail(NotSupportMsg); in testGenKeyPair02()
|
D | KeyStoreTest.java | 70 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()
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLContext1Test.java | 59 private static final String NotSupportMsg = "Default protocol is not supported"; field in SSLContext1Test 119 fail(NotSupportMsg); in testSSLContext01() 162 fail(NotSupportMsg); in testSSLContext03() 187 fail(NotSupportMsg); in testSSLContext04() 213 fail(NotSupportMsg); in testSSLContext05() 236 fail(NotSupportMsg); in testSSLContext06() 258 fail(NotSupportMsg); in testSSLContext07() 278 fail(NotSupportMsg); in testSSLContext08() 302 fail(NotSupportMsg); in testSSLContext09() 325 fail(NotSupportMsg); in testSSLContext10() [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore_Impl1Test.java | 64 private static String NotSupportMsg = "Default KeyStore type is not supported"; field in KeyStore_Impl1Test 67 assertTrue(NotSupportMsg, JKSSupported); in createKS() 82 assertTrue(NotSupportMsg, JKSSupported); in testKeyStore03() 95 assertTrue(NotSupportMsg, JKSSupported); in testKeyStore04() 118 assertTrue(NotSupportMsg, JKSSupported); in testKeyStore05() 139 assertTrue(NotSupportMsg, JKSSupported); in testKeyStore06() 162 assertTrue(NotSupportMsg, JKSSupported); in testKeyStore07() 177 assertTrue(NotSupportMsg, JKSSupported); in testKeyStore08() 197 assertTrue(NotSupportMsg, JKSSupported); in testKeyStore09() 221 assertTrue(NotSupportMsg, JKSSupported); in testKeyStore10() [all …]
|
D | KeyStore_Impl3Test.java | 54 private static String NotSupportMsg = "Default KeyStore type is not supported"; field in KeyStore_Impl3Test 59 assertTrue(NotSupportMsg, KSSupported); in createKS() 103 assertTrue(NotSupportMsg, KSSupported); in testLoadStore01()
|
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | KeyAgreement_Impl1Test.java | 51 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement"; field in KeyAgreement_Impl1Test 67 fail(NotSupportMsg); in testKeyAgreement()
|
D | SecretKeyFactory_Impl1Test.java | 52 private static final String NotSupportMsg = "Default algorithm is not supported"; field in SecretKeyFactory_Impl1Test 102 fail(NotSupportMsg); in testSecretKeyFactory11()
|