OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
1351 - 1375
of
5185
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
AttCertIssuer.java
41
throw
new IllegalArgumentException("unknown object in factory: " + obj.getClass());
CRLDistPoint.java
34
throw
new IllegalArgumentException("unknown object in factory");
DigestInfo.java
47
throw
new IllegalArgumentException("unknown object in factory");
GeneralNames.java
27
throw
new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
PolicyInformation.java
21
throw
new IllegalArgumentException("Bad sequence size: "
RoleSyntax.java
52
throw
new IllegalArgumentException("Unknown object in RoleSyntax factory.");
68
throw
new IllegalArgumentException("the role name MUST be non empty and MUST " +
111
throw
new IllegalArgumentException("Bad sequence size: "
127
throw
new IllegalArgumentException("Unknown tag in RoleSyntax");
SubjectKeyIdentifier.java
47
throw
new IllegalArgumentException("Invalid SubjectKeyIdentifier: " + obj.getClass().getName());
X509DefaultEntryConverter.java
38
throw
new RuntimeException("can't recode value for oid " + oid.getId());
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/qualified/
MonetaryValue.java
43
throw
new IllegalArgumentException("unknown object in getInstance");
QCStatement.java
41
throw
new IllegalArgumentException("unknown object in getInstance");
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
DESedeKeyGenerator.java
34
throw
new IllegalArgumentException("DESede key must be "
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java
39
throw
new IllegalArgumentException("cipher required with a block size of 16.");
59
throw
new IllegalArgumentException("parameters need to be CCMParameters");
91
throw
new IllegalStateException("CCM cipher unitialized.");
173
throw
new InvalidCipherTextException("mac check in CCM failed");
CFBBlockCipher.java
165
throw
new DataLengthException("input buffer too short");
170
throw
new DataLengthException("output buffer too short");
213
throw
new DataLengthException("input buffer too short");
218
throw
new DataLengthException("output buffer too short");
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/paddings/
ISO10126d2Padding.java
74
throw
new InvalidCipherTextException("pad block corrupted");
ISO7816d4Padding.java
72
throw
new InvalidCipherTextException("pad block corrupted");
X923Padding.java
75
throw
new InvalidCipherTextException("pad block corrupted");
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/
DESedeParameters.java
18
throw
new IllegalArgumentException("attempt to create weak DESede key");
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
PBE.java
65
throw
new IllegalStateException("PKCS5 scheme 1 only supports only MD5 and SHA1.");
94
throw
new IllegalStateException("unknown digest scheme for PBE encryption.");
116
throw
new IllegalArgumentException("Need a PBEParameter spec with a PBE key.");
175
throw
new IllegalArgumentException("Need a PBEParameter spec with a PBE key.");
X509CRLEntryObject.java
109
throw
new RuntimeException(
114
throw
new RuntimeException(
172
throw
new RuntimeException("error encoding " + e.toString());
194
throw
new CRLException(e.toString());
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/extension/
SubjectKeyIdentifierStructure.java
48
throw
new CertificateParsingException("Exception extracting certificate details: " + e.toString());
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionTest.java
33
throw
new RuntimeException("fail");
/dalvik/libcore/security/src/test/java/tests/security/acl/
LastOwnerException2Test.java
44
throw
new LastOwnerException();
NotOwnerException2Test.java
44
throw
new NotOwnerException();
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestMainForDriver.java
33
throw
e.getException();
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyGuard.java
35
throw
new SecurityException();
Completed in 249 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>