Home
last modified time | relevance | path

Searched defs:tE (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/
H A DCertPathValidatorExceptionTest.java60 CertPathValidatorException tE = new CertPathValidatorException(); in testCertPathValidatorException01() local
71 CertPathValidatorException tE; in testCertPathValidatorException02() local
87 CertPathValidatorException tE = new CertPathValidatorException(msg); in testCertPathValidatorException03() local
99 CertPathValidatorException tE = new CertPathValidatorException(cause); in testCertPathValidatorException04() local
110 CertPathValidatorException tE = new CertPathValidatorException(tCause); in testCertPathValidatorException05() local
128 CertPathValidatorException tE = new CertPathValidatorException(null, in testCertPathValidatorException06() local
140 CertPathValidatorException tE; in testCertPathValidatorException07() local
155 CertPathValidatorException tE = new CertPathValidatorException(null, in testCertPathValidatorException08() local
174 CertPathValidatorException tE; in testCertPathValidatorException09() local
201 CertPathValidatorException tE = new CertPathValidatorException(null, in testCertPathValidatorException10() local
[all …]
H A DCertificateExceptionTest.java48 CertificateException tE = new CertificateException(); in testCertificateException01() local
59 CertificateException tE; in testCertificateException02() local
75 CertificateException tE = new CertificateException(msg); in testCertificateException03() local
87 CertificateException tE = new CertificateException(cause); in testCertificateException04() local
98 CertificateException tE = new CertificateException(tCause); in testCertificateException05() local
116 CertificateException tE = new CertificateException(null, null); in testCertificateException06() local
127 CertificateException tE; in testCertificateException07() local
142 CertificateException tE = new CertificateException(null, tCause); in testCertificateException08() local
160 CertificateException tE; in testCertificateException09() local
H A DCertificateParsingExceptionTest.java49 CertificateParsingException tE = new CertificateParsingException(); in testCertificateParsingException01() local
60 CertificateParsingException tE; in testCertificateParsingException02() local
76 CertificateParsingException tE = new CertificateParsingException(msg); in testCertificateParsingException03() local
88 CertificateParsingException tE = new CertificateParsingException(cause); in testCertificateParsingException04() local
99 CertificateParsingException tE = new CertificateParsingException(tCause); in testCertificateParsingException05() local
117 CertificateParsingException tE = new CertificateParsingException(null, in testCertificateParsingException06() local
129 CertificateParsingException tE; in testCertificateParsingException07() local
144 CertificateParsingException tE = new CertificateParsingException(null, in testCertificateParsingException08() local
163 CertificateParsingException tE; in testCertificateParsingException09() local
H A DCertPathBuilderExceptionTest.java49 CertPathBuilderException tE = new CertPathBuilderException(); in testCertPathBuilderException01() local
60 CertPathBuilderException tE; in testCertPathBuilderException02() local
76 CertPathBuilderException tE = new CertPathBuilderException(msg); in testCertPathBuilderException03() local
88 CertPathBuilderException tE = new CertPathBuilderException(cause); in testCertPathBuilderException04() local
99 CertPathBuilderException tE = new CertPathBuilderException(tCause); in testCertPathBuilderException05() local
117 CertPathBuilderException tE = new CertPathBuilderException(null, null); in testCertPathBuilderException06() local
128 CertPathBuilderException tE; in testCertPathBuilderException07() local
143 CertPathBuilderException tE = new CertPathBuilderException(null, tCause); in testCertPathBuilderException08() local
161 CertPathBuilderException tE; in testCertPathBuilderException09() local
H A DCertStoreExceptionTest.java47 CertStoreException tE = new CertStoreException(); in testCertStoreException01() local
58 CertStoreException tE; in testCertStoreException02() local
73 CertStoreException tE = new CertStoreException(msg); in testCertStoreException03() local
85 CertStoreException tE = new CertStoreException(cause); in testCertStoreException04() local
96 CertStoreException tE = new CertStoreException(tCause); in testCertStoreException05() local
114 CertStoreException tE = new CertStoreException(null, null); in testCertStoreException06() local
125 CertStoreException tE; in testCertStoreException07() local
140 CertStoreException tE = new CertStoreException(null, tCause); in testCertStoreException08() local
158 CertStoreException tE; in testCertStoreException09() local
H A DCertificateEncodingExceptionTest.java49 CertificateEncodingException tE = new CertificateEncodingException(); in testCertificateEncodingException01() local
60 CertificateEncodingException tE; in testCertificateEncodingException02() local
76 CertificateEncodingException tE = new CertificateEncodingException(msg); in testCertificateEncodingException03() local
88 CertificateEncodingException tE = new CertificateEncodingException( in testCertificateEncodingException04() local
100 CertificateEncodingException tE = new CertificateEncodingException( in testCertificateEncodingException05() local
119 CertificateEncodingException tE = new CertificateEncodingException( in testCertificateEncodingException06() local
131 CertificateEncodingException tE; in testCertificateEncodingException07() local
146 CertificateEncodingException tE = new CertificateEncodingException( in testCertificateEncodingException08() local
165 CertificateEncodingException tE; in testCertificateEncodingException09() local
H A DCRLExceptionTest.java47 CRLException tE = new CRLException(); in testCRLException01() local
58 CRLException tE; in testCRLException02() local
73 CRLException tE = new CRLException(msg); in testCRLException03() local
84 CRLException tE = new CRLException(cause); in testCRLException04() local
94 CRLException tE = new CRLException(tCause); in testCRLException05() local
112 CRLException tE = new CRLException(null, null); in testCRLException06() local
123 CRLException tE; in testCRLException07() local
138 CRLException tE = new CRLException(null, tCause); in testCRLException08() local
156 CRLException tE; in testCRLException09() local
H A DCertificateExpiredExceptionTest.java48 CertificateExpiredException tE = new CertificateExpiredException(); in testCertificateExpiredException01() local
59 CertificateExpiredException tE; in testCertificateExpiredException02() local
75 CertificateExpiredException tE = new CertificateExpiredException(msg); in testCertificateExpiredException03() local
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DSignatureExceptionTest.java47 SignatureException tE = new SignatureException(); in testSignatureException01() local
58 SignatureException tE; in testSignatureException02() local
73 SignatureException tE = new SignatureException(msg); in testSignatureException03() local
85 SignatureException tE = new SignatureException(cause); in testSignatureException04() local
96 SignatureException tE = new SignatureException(tCause); in testSignatureException05() local
114 SignatureException tE = new SignatureException(null, null); in testSignatureException06() local
125 SignatureException tE; in testSignatureException07() local
140 SignatureException tE = new SignatureException(null, tCause); in testSignatureException08() local
158 SignatureException tE; in testSignatureException09() local
H A DKeyExceptionTest.java47 KeyException tE = new KeyException(); in testKeyException01() local
58 KeyException tE; in testKeyException02() local
73 KeyException tE = new KeyException(msg); in testKeyException03() local
84 KeyException tE = new KeyException(cause); in testKeyException04() local
94 KeyException tE = new KeyException(tCause); in testKeyException05() local
112 KeyException tE = new KeyException(null, null); in testKeyException06() local
123 KeyException tE; in testKeyException07() local
138 KeyException tE = new KeyException(null, tCause); in testKeyException08() local
156 KeyException tE; in testKeyException09() local
H A DInvalidAlgorithmParameterExceptionTest.java49 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException(); in testInvalidAlgorithmParameterException01() local
60 InvalidAlgorithmParameterException tE; in testInvalidAlgorithmParameterException02() local
76 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException03() local
89 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException04() local
101 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException05() local
121 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException06() local
134 InvalidAlgorithmParameterException tE; in testInvalidAlgorithmParameterException07() local
150 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException08() local
170 InvalidAlgorithmParameterException tE; in testInvalidAlgorithmParameterException09() local
H A DKeyManagementExceptionTest.java48 KeyManagementException tE = new KeyManagementException(); in testKeyManagementException01() local
59 KeyManagementException tE; in testKeyManagementException02() local
75 KeyManagementException tE = new KeyManagementException(msg); in testKeyManagementException03() local
87 KeyManagementException tE = new KeyManagementException(cause); in testKeyManagementException04() local
98 KeyManagementException tE = new KeyManagementException(tCause); in testKeyManagementException05() local
116 KeyManagementException tE = new KeyManagementException(null, null); in testKeyManagementException06() local
127 KeyManagementException tE; in testKeyManagementException07() local
142 KeyManagementException tE = new KeyManagementException(null, tCause); in testKeyManagementException08() local
160 KeyManagementException tE; in testKeyManagementException09() local
H A DKeyStoreExceptionTest.java47 KeyStoreException tE = new KeyStoreException(); in testKeyStoreException01() local
58 KeyStoreException tE; in testKeyStoreException02() local
73 KeyStoreException tE = new KeyStoreException(msg); in testKeyStoreException03() local
84 KeyStoreException tE = new KeyStoreException(cause); in testKeyStoreException04() local
95 KeyStoreException tE = new KeyStoreException(tCause); in testKeyStoreException05() local
113 KeyStoreException tE = new KeyStoreException(null, null); in testKeyStoreException06() local
124 KeyStoreException tE; in testKeyStoreException07() local
139 KeyStoreException tE = new KeyStoreException(null, tCause); in testKeyStoreException08() local
157 KeyStoreException tE; in testKeyStoreException09() local
H A DProviderExceptionTest.java47 ProviderException tE = new ProviderException(); in testProviderException01() local
58 ProviderException tE; in testProviderException02() local
73 ProviderException tE = new ProviderException(msg); in testProviderException03() local
84 ProviderException tE = new ProviderException(cause); in testProviderException04() local
95 ProviderException tE = new ProviderException(tCause); in testProviderException05() local
113 ProviderException tE = new ProviderException(null, null); in testProviderException06() local
124 ProviderException tE; in testProviderException07() local
139 ProviderException tE = new ProviderException(null, tCause); in testProviderException08() local
157 ProviderException tE; in testProviderException09() local
H A DNoSuchAlgorithmExceptionTest.java48 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(); in testNoSuchAlgorithmException01() local
59 NoSuchAlgorithmException tE; in testNoSuchAlgorithmException02() local
75 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(msg); in testNoSuchAlgorithmException03() local
87 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(cause); in testNoSuchAlgorithmException04() local
98 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(tCause); in testNoSuchAlgorithmException05() local
116 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(null, null); in testNoSuchAlgorithmException06() local
127 NoSuchAlgorithmException tE; in testNoSuchAlgorithmException07() local
142 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(null, tCause); in testNoSuchAlgorithmException08() local
160 NoSuchAlgorithmException tE; in testNoSuchAlgorithmException09() local
H A DInvalidKeyExceptionTest.java47 InvalidKeyException tE = new InvalidKeyException(); in testInvalidKeyException01() local
58 InvalidKeyException tE; in testInvalidKeyException02() local
73 InvalidKeyException tE = new InvalidKeyException(msg); in testInvalidKeyException03() local
85 InvalidKeyException tE = new InvalidKeyException(cause); in testInvalidKeyException04() local
96 InvalidKeyException tE = new InvalidKeyException(tCause); in testInvalidKeyException05() local
114 InvalidKeyException tE = new InvalidKeyException(null, null); in testInvalidKeyException06() local
125 InvalidKeyException tE; in testInvalidKeyException07() local
140 InvalidKeyException tE = new InvalidKeyException(null, tCause); in testInvalidKeyException08() local
158 InvalidKeyException tE; in testInvalidKeyException09() local
H A DGeneralSecurityExceptionTest.java48 GeneralSecurityException tE = new GeneralSecurityException(); in testGeneralSecurityException01() local
59 GeneralSecurityException tE; in testGeneralSecurityException02() local
75 GeneralSecurityException tE = new GeneralSecurityException(msg); in testGeneralSecurityException03() local
87 GeneralSecurityException tE = new GeneralSecurityException(cause); in testGeneralSecurityException04() local
98 GeneralSecurityException tE = new GeneralSecurityException(tCause); in testGeneralSecurityException05() local
116 GeneralSecurityException tE = new GeneralSecurityException(null, null); in testGeneralSecurityException06() local
127 GeneralSecurityException tE; in testGeneralSecurityException07() local
142 GeneralSecurityException tE = new GeneralSecurityException(null, tCause); in testGeneralSecurityException08() local
160 GeneralSecurityException tE; in testGeneralSecurityException09() local
H A DDigestExceptionTest.java47 DigestException tE = new DigestException(); in testDigestException01() local
58 DigestException tE; in testDigestException02() local
73 DigestException tE = new DigestException(msg); in testDigestException03() local
84 DigestException tE = new DigestException(cause); in testDigestException04() local
94 DigestException tE = new DigestException(tCause); in testDigestException05() local
112 DigestException tE = new DigestException(null, null); in testDigestException06() local
123 DigestException tE; in testDigestException07() local
138 DigestException tE = new DigestException(null, tCause); in testDigestException08() local
156 DigestException tE; in testDigestException09() local
H A DNoSuchProviderExceptionTest.java48 NoSuchProviderException tE = new NoSuchProviderException(); in testNoSuchProviderException01() local
59 NoSuchProviderException tE; in testNoSuchProviderException02() local
75 NoSuchProviderException tE = new NoSuchProviderException(msg); in testNoSuchProviderException03() local
/aosp_15_r20/libcore/luni/src/test/java/tests/security/spec/
H A DInvalidKeySpecExceptionTest.java48 InvalidKeySpecException tE = new InvalidKeySpecException(); in testInvalidKeySpecException01() local
59 InvalidKeySpecException tE; in testInvalidKeySpecException02() local
75 InvalidKeySpecException tE = new InvalidKeySpecException(msg); in testInvalidKeySpecException03() local
87 InvalidKeySpecException tE = new InvalidKeySpecException(cause); in testInvalidKeySpecException04() local
98 InvalidKeySpecException tE = new InvalidKeySpecException(tCause); in testInvalidKeySpecException05() local
116 InvalidKeySpecException tE = new InvalidKeySpecException(null, null); in testInvalidKeySpecException06() local
127 InvalidKeySpecException tE; in testInvalidKeySpecException07() local
142 InvalidKeySpecException tE = new InvalidKeySpecException(null, tCause); in testInvalidKeySpecException08() local
160 InvalidKeySpecException tE; in testInvalidKeySpecException09() local
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismExceptionTest.java43 static String createErr(Exception tE, Exception eE) { in createErr()
53 ExemptionMechanismException tE = new ExemptionMechanismException(); in testExemptionMechanismException01() local
69 ExemptionMechanismException tE; in testExemptionMechanismException02() local
90 ExemptionMechanismException tE = new ExemptionMechanismException(msg); in testExemptionMechanismException03() local
H A DIllegalBlockSizeExceptionTest.java49 IllegalBlockSizeException tE = new IllegalBlockSizeException(); in testIllegalBlockSizeException01() local
60 IllegalBlockSizeException tE; in testIllegalBlockSizeException02() local
76 IllegalBlockSizeException tE = new IllegalBlockSizeException(msg); in testIllegalBlockSizeException03() local
H A DShortBufferExceptionTest.java47 ShortBufferException tE = new ShortBufferException(); in testShortBufferException01() local
58 ShortBufferException tE; in testShortBufferException02() local
74 ShortBufferException tE = new ShortBufferException(msg); in testShortBufferException03() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/
H A DCertificateExpiredExceptionTest.java48 CertificateExpiredException tE = new CertificateExpiredException(); in testCertificateExpiredException01() local
59 CertificateExpiredException tE; in testCertificateExpiredException02() local
75 CertificateExpiredException tE = new CertificateExpiredException(msg); in testCertificateExpiredException03() local
H A DCertificateParsingExceptionTest.java49 CertificateParsingException tE = new CertificateParsingException(); in testCertificateParsingException01() local
60 CertificateParsingException tE; in testCertificateParsingException02() local
76 CertificateParsingException tE = new CertificateParsingException(msg); in testCertificateParsingException03() local

123