/libcore/luni/src/test/java/tests/security/cert/ |
D | CertificateParsingExceptionTest.java | 102 String getM = tE.getMessage(); in testCertificateParsingException05() local 103 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertificateParsingException05() 148 String getM = tE.getMessage(); in testCertificateParsingException08() local 149 assertTrue("getMessage() must should ".concat(toS), (getM in testCertificateParsingException08() 166 String getM = tE.getMessage(); in testCertificateParsingException09() local 169 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertificateParsingException09() 171 if (!getM.equals(msgs[i])) { in testCertificateParsingException09() 172 assertTrue("getMessage() should contain ".concat(toS), getM in testCertificateParsingException09()
|
D | CRLExceptionTest.java | 97 String getM = tE.getMessage(); in testCRLException05() local 98 assertTrue("getMessage() should contain ".concat(toS), (getM in testCRLException05() 141 String getM = tE.getMessage(); in testCRLException08() local 142 assertTrue("getMessage() must should ".concat(toS), (getM in testCRLException08() 159 String getM = tE.getMessage(); in testCRLException09() local 162 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCRLException09() 164 if (!getM.equals(msgs[i])) { in testCRLException09() 165 assertTrue("getMessage() should contain ".concat(toS), getM in testCRLException09()
|
D | CertStoreExceptionTest.java | 99 String getM = tE.getMessage(); in testCertStoreException05() local 100 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertStoreException05() 143 String getM = tE.getMessage(); in testCertStoreException08() local 144 assertTrue("getMessage() must should ".concat(toS), (getM in testCertStoreException08() 161 String getM = tE.getMessage(); in testCertStoreException09() local 164 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertStoreException09() 166 if (!getM.equals(msgs[i])) { in testCertStoreException09() 167 assertTrue("getMessage() should contain ".concat(toS), getM in testCertStoreException09()
|
D | CertPathBuilderExceptionTest.java | 102 String getM = tE.getMessage(); in testCertPathBuilderException05() local 103 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertPathBuilderException05() 146 String getM = tE.getMessage(); in testCertPathBuilderException08() local 147 assertTrue("getMessage() must should ".concat(toS), (getM in testCertPathBuilderException08() 164 String getM = tE.getMessage(); in testCertPathBuilderException09() local 167 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertPathBuilderException09() 169 if (!getM.equals(msgs[i])) { in testCertPathBuilderException09() 170 assertTrue("getMessage() should contain ".concat(toS), getM in testCertPathBuilderException09()
|
D | CertificateExceptionTest.java | 101 String getM = tE.getMessage(); in testCertificateException05() local 102 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertificateException05() 145 String getM = tE.getMessage(); in testCertificateException08() local 146 assertTrue("getMessage() must should ".concat(toS), (getM in testCertificateException08() 163 String getM = tE.getMessage(); in testCertificateException09() local 166 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertificateException09() 168 if (!getM.equals(msgs[i])) { in testCertificateException09() 169 assertTrue("getMessage() should contain ".concat(toS), getM in testCertificateException09()
|
D | CertificateEncodingExceptionTest.java | 104 String getM = tE.getMessage(); in testCertificateEncodingException05() local 105 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertificateEncodingException05() 150 String getM = tE.getMessage(); in testCertificateEncodingException08() local 151 assertTrue("getMessage() must should ".concat(toS), (getM in testCertificateEncodingException08() 168 String getM = tE.getMessage(); in testCertificateEncodingException09() local 171 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertificateEncodingException09() 173 if (!getM.equals(msgs[i])) { in testCertificateEncodingException09() 174 assertTrue("getMessage() should contain ".concat(toS), getM in testCertificateEncodingException09()
|
D | CertPathValidatorExceptionTest.java | 113 String getM = tE.getMessage(); in testCertPathValidatorException05() local 114 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertPathValidatorException05() 159 String getM = tE.getMessage(); in testCertPathValidatorException08() local 160 assertTrue("getMessage() must should ".concat(toS), (getM in testCertPathValidatorException08() 177 String getM = tE.getMessage(); in testCertPathValidatorException09() local 180 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertPathValidatorException09() 182 if (!getM.equals(msgs[i])) { in testCertPathValidatorException09() 183 assertTrue("getMessage() should contain ".concat(toS), getM in testCertPathValidatorException09() 246 String getM = tE.getMessage(); in testCertPathValidatorException12() local 250 getM.indexOf(msgs[i]) != -1); in testCertPathValidatorException12() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLExceptionTest.java | 82 String getM = sE.getMessage(); in testSSLException04() local 83 assertTrue("getMessage() should contain ".concat(toS), (getM in testSSLException04() 125 String getM = sE.getMessage(); in testSSLException07() local 126 assertTrue("getMessage() must should ".concat(toS), (getM in testSSLException07() 143 String getM = sE.getMessage(); in testSSLException08() local 146 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testSSLException08() 148 if (!getM.equals(msgs[i])) { in testSSLException08() 149 assertTrue("getMessage() should contain ".concat(toS), getM in testSSLException08()
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | InvalidKeySpecExceptionTest.java | 101 String getM = tE.getMessage(); in testInvalidKeySpecException05() local 102 assertTrue("getMessage() should contain ".concat(toS), (getM in testInvalidKeySpecException05() 145 String getM = tE.getMessage(); in testInvalidKeySpecException08() local 146 assertTrue("getMessage() must should ".concat(toS), (getM in testInvalidKeySpecException08() 163 String getM = tE.getMessage(); in testInvalidKeySpecException09() local 166 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testInvalidKeySpecException09() 168 if (!getM.equals(msgs[i])) { in testInvalidKeySpecException09() 169 assertTrue("getMessage() should contain ".concat(toS), getM in testInvalidKeySpecException09()
|
D | ECFieldF2mTest.java | 481 assertEquals(2000, new ECFieldF2m(2000).getM()); in testGetM()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | DigestExceptionTest.java | 97 String getM = tE.getMessage(); in testDigestException05() local 98 assertTrue("getMessage() should contain ".concat(toS), (getM in testDigestException05() 141 String getM = tE.getMessage(); in testDigestException08() local 142 assertTrue("getMessage() must should ".concat(toS), (getM in testDigestException08() 159 String getM = tE.getMessage(); in testDigestException09() local 162 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testDigestException09() 164 if (!getM.equals(msgs[i])) { in testDigestException09() 165 assertTrue("getMessage() should contain ".concat(toS), getM in testDigestException09()
|
D | InvalidKeyExceptionTest.java | 99 String getM = tE.getMessage(); in testInvalidKeyException05() local 100 assertTrue("getMessage() should contain ".concat(toS), (getM in testInvalidKeyException05() 143 String getM = tE.getMessage(); in testInvalidKeyException08() local 144 assertTrue("getMessage() must should ".concat(toS), (getM in testInvalidKeyException08() 161 String getM = tE.getMessage(); in testInvalidKeyException09() local 164 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testInvalidKeyException09() 166 if (!getM.equals(msgs[i])) { in testInvalidKeyException09() 167 assertTrue("getMessage() should contain ".concat(toS), getM in testInvalidKeyException09()
|
D | KeyExceptionTest.java | 97 String getM = tE.getMessage(); in testKeyException05() local 98 assertTrue("getMessage() should contain ".concat(toS), (getM in testKeyException05() 141 String getM = tE.getMessage(); in testKeyException08() local 142 assertTrue("getMessage() must should ".concat(toS), (getM in testKeyException08() 159 String getM = tE.getMessage(); in testKeyException09() local 162 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testKeyException09() 164 if (!getM.equals(msgs[i])) { in testKeyException09() 165 assertTrue("getMessage() should contain ".concat(toS), getM in testKeyException09()
|
D | InvalidAlgorithmParameterExceptionTest.java | 105 String getM = tE.getMessage(); in testInvalidAlgorithmParameterException05() local 106 assertTrue("getMessage() should contain ".concat(toS), (getM in testInvalidAlgorithmParameterException05() 154 String getM = tE.getMessage(); in testInvalidAlgorithmParameterException08() local 155 assertTrue("getMessage() must should ".concat(toS), (getM in testInvalidAlgorithmParameterException08() 173 String getM = tE.getMessage(); in testInvalidAlgorithmParameterException09() local 176 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testInvalidAlgorithmParameterException09() 178 if (!getM.equals(msgs[i])) { in testInvalidAlgorithmParameterException09() 179 assertTrue("getMessage() should contain ".concat(toS), getM in testInvalidAlgorithmParameterException09()
|
D | ProviderExceptionTest.java | 98 String getM = tE.getMessage(); in testProviderException05() local 99 assertTrue("getMessage() should contain ".concat(toS), (getM in testProviderException05() 142 String getM = tE.getMessage(); in testProviderException08() local 143 assertTrue("getMessage() must should ".concat(toS), (getM in testProviderException08() 160 String getM = tE.getMessage(); in testProviderException09() local 163 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testProviderException09() 165 if (!getM.equals(msgs[i])) { in testProviderException09() 166 assertTrue("getMessage() should contain ".concat(toS), getM in testProviderException09()
|
D | KeyStoreExceptionTest.java | 98 String getM = tE.getMessage(); in testKeyStoreException05() local 99 assertTrue("getMessage() should contain ".concat(toS), (getM in testKeyStoreException05() 142 String getM = tE.getMessage(); in testKeyStoreException08() local 143 assertTrue("getMessage() must should ".concat(toS), (getM in testKeyStoreException08() 160 String getM = tE.getMessage(); in testKeyStoreException09() local 163 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testKeyStoreException09() 165 if (!getM.equals(msgs[i])) { in testKeyStoreException09() 166 assertTrue("getMessage() should contain ".concat(toS), getM in testKeyStoreException09()
|
D | NoSuchAlgorithmExceptionTest.java | 101 String getM = tE.getMessage(); in testNoSuchAlgorithmException05() local 102 assertTrue("getMessage() should contain ".concat(toS), (getM in testNoSuchAlgorithmException05() 145 String getM = tE.getMessage(); in testNoSuchAlgorithmException08() local 146 assertTrue("getMessage() must should ".concat(toS), (getM in testNoSuchAlgorithmException08() 163 String getM = tE.getMessage(); in testNoSuchAlgorithmException09() local 166 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testNoSuchAlgorithmException09() 168 if (!getM.equals(msgs[i])) { in testNoSuchAlgorithmException09() 169 assertTrue("getMessage() should contain ".concat(toS), getM in testNoSuchAlgorithmException09()
|
D | KeyManagementExceptionTest.java | 101 String getM = tE.getMessage(); in testKeyManagementException05() local 102 assertTrue("getMessage() should contain ".concat(toS), (getM in testKeyManagementException05() 145 String getM = tE.getMessage(); in testKeyManagementException08() local 146 assertTrue("getMessage() must should ".concat(toS), (getM in testKeyManagementException08() 163 String getM = tE.getMessage(); in testKeyManagementException09() local 166 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testKeyManagementException09() 168 if (!getM.equals(msgs[i])) { in testKeyManagementException09() 169 assertTrue("getMessage() should contain ".concat(toS), getM in testKeyManagementException09()
|
D | GeneralSecurityExceptionTest.java | 101 String getM = tE.getMessage(); in testGeneralSecurityException05() local 102 assertTrue("getMessage() should contain ".concat(toS), (getM in testGeneralSecurityException05() 145 String getM = tE.getMessage(); in testGeneralSecurityException08() local 146 assertTrue("getMessage() must should ".concat(toS), (getM in testGeneralSecurityException08() 163 String getM = tE.getMessage(); in testGeneralSecurityException09() local 166 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testGeneralSecurityException09() 168 if (!getM.equals(msgs[i])) { in testGeneralSecurityException09() 169 assertTrue("getMessage() should contain ".concat(toS), getM in testGeneralSecurityException09()
|
D | SignatureExceptionTest.java | 99 String getM = tE.getMessage(); in testSignatureException05() local 100 assertTrue("getMessage() should contain ".concat(toS), (getM in testSignatureException05() 143 String getM = tE.getMessage(); in testSignatureException08() local 144 assertTrue("getMessage() must should ".concat(toS), (getM in testSignatureException08() 161 String getM = tE.getMessage(); in testSignatureException09() local 164 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testSignatureException09() 166 if (!getM.equals(msgs[i])) { in testSignatureException09() 167 assertTrue("getMessage() should contain ".concat(toS), getM in testSignatureException09()
|
/libcore/ojluni/src/main/java/java/security/spec/ |
D | EllipticCurve.java | 62 int m = ((ECFieldF2m)field).getM(); in checkValidity()
|
D | ECFieldF2m.java | 177 public int getM() { in getM() method in ECFieldF2m
|
/libcore/api/ |
D | current.txt | 9396 method public int getM();
|