forked from aserg-ufmg/apidiff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboucyCastle_7107f91d9199401a19d4518d7c6b0f89e509d378_f6f530b18826c26347c4cbd8c459b880f3d39aa4.pl
419 lines (413 loc) · 44.6 KB
/
boucyCastle_7107f91d9199401a19d4518d7c6b0f89e509d378_f6f530b18826c26347c4cbd8c459b880f3d39aa4.pl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
/* facts */
/* metohod(1... - Move Method */
/* metohod(2... - Rename Method */
/* metohod(3... - Remove Method */
/* metohod(4... - Push Down Method */
/* metohod(5... - Inline Method */
/* metohod(6... - Change in Parameter List Method */
/* metohod(7... - Change in Exception LIst Method*/
/* metohod(8... - Change in Return TYpe Method */
/* metohod(9... - Lost Visibility Method */
/* metohod(10... - Add Final Modifier */
/* metohod(11... - Remove Static Modifier */
method(3,"prepend(short[] a, byte b)","org.bouncycastle.util.Arrays").
method(3,"checkCurveEquation()","org.bouncycastle.math.ec.ECPoint.F2m").
method(9,"ASN1GeneralizedTime(Date date, boolean includeMillis)","org.bouncycastle.asn1.ASN1GeneralizedTime").
method(9,"Fp(BigInteger q, BigInteger r, BigInteger x)","org.bouncycastle.math.ec.ECCurve.Fp").
method(3,"decryptPreMasterSecret(byte[] encryptedPreMasterSecret, byte[] fallback)","org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials").
method(7,"safeDecryptPreMasterSecret(TlsContext context, TlsEncryptionCredentials encryptionCredentials, byte[] encryptedPreMasterSecret)","org.bouncycastle.crypto.tls.TlsRSAUtils").
method(3,"init(CipherParameters params)","org.bouncycastle.crypto.macs.CMacWithIV").
method(3,"ECPublicBCPGKey(BigInteger encodedPoint, ASN1ObjectIdentifier oid)","org.bouncycastle.bcpg.ECPublicBCPGKey").
method(2,"getFixedInputData_beforeCtr()","getFixedInputDataCounterPrefix()","org.bouncycastle.crypto.params.KDFCounterParameters").
method(2,"getFixedInputData_afterCtr()","getFixedInputDataCounterSuffix()","org.bouncycastle.crypto.params.KDFCounterParameters").
method(3,"getInputStream()","org.bouncycastle.openpgp.PGPPBEEncryptedData").
method(3,"processByte(byte b)","org.bouncycastle.crypto.StreamBlockCipher").
method(2,"processByte(byte)","calculateByte(byte)","org.bouncycastle.crypto.modes.GOFBBlockCipher").
method(2,"processByte(byte)","calculateByte(byte)","org.bouncycastle.crypto.modes.CFBBlockCipher").
method(2,"processByte(byte)","calculateByte(byte)","org.bouncycastle.crypto.modes.OFBBlockCipher").
method(2,"processByte(byte)","calculateByte(byte)","org.bouncycastle.crypto.modes.SICBlockCipher").
method(2,"processByte(byte)","calculateByte(byte)","org.bouncycastle.crypto.modes.GCFBBlockCipher").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.StreamBlockCipher").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.engines.RC4Engine").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.engines.Grain128Engine").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.engines.HC128Engine").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.engines.VMPCEngine").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.engines.Grainv1Engine").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.engines.Salsa20Engine").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.engines.HC256Engine").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.engines.ISAACEngine").
method(8,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.StreamCipher").
method(3,"ASN1Null()","org.bouncycastle.asn1.ASN1Null").
method(2,"isCounterAtZero()","getCounter()","org.bouncycastle.crypto.engines.ChaChaEngine").
method(2,"isCounterAtZero()","getCounter()","org.bouncycastle.crypto.engines.Salsa20Engine").
method(3,"init(boolean forEncryption, CipherParameters params)","org.bouncycastle.crypto.StreamBlockCipher").
method(2,"getAlgorithmName()","getUnderlyingCipher()","org.bouncycastle.crypto.StreamBlockCipher").
method(3,"reset()","org.bouncycastle.crypto.StreamBlockCipher").
method(3,"getUnderlyingCipher()","org.bouncycastle.crypto.modes.CFBBlockCipher").
method(3,"BaseStreamCipher(BlockCipher engine, int ivLength)","org.bouncycastle.jcajce.provider.symmetric.util.BaseStreamCipher").
method(9,"StreamBlockCipher(BlockCipher cipher)","org.bouncycastle.crypto.StreamBlockCipher").
method(10,returnbyte,org-bouncycastle-crypto-streamblockcipher).
method(3,"getUnderlyingCipher()","org.bouncycastle.crypto.modes.SICBlockCipher").
method(3,"returnByte(byte in)","org.bouncycastle.crypto.modes.SICBlockCipher").
method(3,"processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)","org.bouncycastle.crypto.modes.SICBlockCipher").
method(3,"JCEStreamCipher(BlockCipher engine, int ivLength)","org.bouncycastle.jce.provider.JCEStreamCipher").
method(3,"PGPPublicKeyRing(byte[] encoding)","org.bouncycastle.openpgp.PGPPublicKeyRing").
method(3,"PGPPublicKeyRing(InputStream in)","org.bouncycastle.openpgp.PGPPublicKeyRing").
method(7,"createCipher(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createMac(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createKeyAgreement(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createAlgorithmParameterGenerator(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createAlgorithmParameters(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createKeyGenerator(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createKeyFactory(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createSecretKeyFactory(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createKeyPairGenerator(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createDigest(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createSignature(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(7,"createCertificateFactory(String algorithm)","org.bouncycastle.jcajce.ProviderJcaJceHelper").
method(3,"getDataStream(PGPPrivateKey privKey, String provider)","org.bouncycastle.openpgp.PGPPublicKeyEncryptedData").
method(3,"getDataStream(PGPPrivateKey privKey, String asymProvider, String provider)","org.bouncycastle.openpgp.PGPPublicKeyEncryptedData").
method(3,"getDataStream(PGPPrivateKey privKey, Provider asymProvider, Provider provider)","org.bouncycastle.openpgp.PGPPublicKeyEncryptedData").
method(3,"PGPKeyRingGenerator(int certificationLevel, PGPKeyPair masterKey, String id, int encAlgorithm, char[] passPhrase, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPKeyRingGenerator").
method(3,"PGPKeyRingGenerator(int certificationLevel, PGPKeyPair masterKey, String id, int encAlgorithm, char[] passPhrase, boolean useSHA1, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPKeyRingGenerator").
method(3,"PGPKeyRingGenerator(int certificationLevel, PGPKeyPair masterKey, String id, int encAlgorithm, char[] passPhrase, boolean useSHA1, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, SecureRandom rand, Provider provider)","org.bouncycastle.openpgp.PGPKeyRingGenerator").
method(3,"PGPPublicKey(int algorithm, PublicKey pubKey, Date time, String provider)","org.bouncycastle.openpgp.PGPPublicKey").
method(3,"PGPPublicKey(int algorithm, PublicKey pubKey, Date time)","org.bouncycastle.openpgp.PGPPublicKey").
method(5,"getKey(String)","org.bouncycastle.openpgp.PGPPublicKey").
method(3,"getKey(Provider provider)","org.bouncycastle.openpgp.PGPPublicKey").
method(3,"PGPSecretKey(int certificationLevel, PGPKeyPair keyPair, String id, int encAlgorithm, char[] passPhrase, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"PGPSecretKey(int certificationLevel, PGPKeyPair keyPair, String id, int encAlgorithm, char[] passPhrase, boolean useSHA1, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"PGPSecretKey(int certificationLevel, PGPKeyPair keyPair, String id, int encAlgorithm, char[] passPhrase, boolean useSHA1, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, SecureRandom rand, Provider provider)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"PGPSecretKey(int certificationLevel, int algorithm, PublicKey pubKey, PrivateKey privKey, Date time, String id, int encAlgorithm, char[] passPhrase, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"PGPSecretKey(int certificationLevel, int algorithm, PublicKey pubKey, PrivateKey privKey, Date time, String id, int encAlgorithm, char[] passPhrase, boolean useSHA1, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"PGPSecretKey(int certificationLevel, int algorithm, PublicKey pubKey, PrivateKey privKey, Date time, String id, PGPDigestCalculator checksumCalculator, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, PGPContentSignerBuilder certificationSignerBuilder, PBESecretKeyEncryptor keyEncryptor)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"PGPSecretKey(int certificationLevel, int algorithm, PublicKey pubKey, PrivateKey privKey, Date time, String id, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks, PGPContentSignerBuilder certificationSignerBuilder, PBESecretKeyEncryptor keyEncryptor)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"extractPrivateKey(char[] passPhrase, String provider)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"extractPrivateKey(char[] passPhrase, Provider provider)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"copyWithNewPassword(PGPSecretKey key, char[] oldPassPhrase, char[] newPassPhrase, int newEncAlgorithm, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"copyWithNewPassword(PGPSecretKey key, char[] oldPassPhrase, char[] newPassPhrase, int newEncAlgorithm, SecureRandom rand, Provider provider)","org.bouncycastle.openpgp.PGPSecretKey").
method(3,"initVerify(PGPPublicKey pubKey, String provider)","org.bouncycastle.openpgp.PGPSignature").
method(3,"initVerify(PGPPublicKey pubKey, Provider provider)","org.bouncycastle.openpgp.PGPSignature").
method(3,"initVerify(PGPPublicKey pubKey, String provider)","org.bouncycastle.openpgp.PGPOnePassSignature").
method(3,"initVerify(PGPPublicKey pubKey, Provider provider)","org.bouncycastle.openpgp.PGPOnePassSignature").
method(3,"PGPSecretKeyRing(byte[] encoding)","org.bouncycastle.openpgp.PGPSecretKeyRing").
method(3,"PGPSecretKeyRing(InputStream in)","org.bouncycastle.openpgp.PGPSecretKeyRing").
method(3,"copyWithNewPassword(PGPSecretKeyRing ring, char[] oldPassPhrase, char[] newPassPhrase, int newEncAlgorithm, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPSecretKeyRing").
method(3,"copyWithNewPassword(PGPSecretKeyRing ring, char[] oldPassPhrase, char[] newPassPhrase, int newEncAlgorithm, SecureRandom rand, Provider provider)","org.bouncycastle.openpgp.PGPSecretKeyRing").
method(3,"PGPSignatureGenerator(int keyAlgorithm, int hashAlgorithm, String provider)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(3,"PGPSignatureGenerator(int keyAlgorithm, int hashAlgorithm, Provider provider)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(3,"PGPSignatureGenerator(int keyAlgorithm, String sigProvider, int hashAlgorithm, String digProvider)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(3,"PGPSignatureGenerator(int keyAlgorithm, Provider sigProvider, int hashAlgorithm, Provider digProvider)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(3,"initSign(int signatureType, PGPPrivateKey key)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(3,"initSign(int signatureType, PGPPrivateKey key, SecureRandom random)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(3,"PGPPrivateKey(PrivateKey privateKey, long keyID)","org.bouncycastle.openpgp.PGPPrivateKey").
method(3,"getKey()","org.bouncycastle.openpgp.PGPPrivateKey").
method(3,"PGPKeyPair(int algorithm, KeyPair keyPair, Date time, String provider)","org.bouncycastle.openpgp.PGPKeyPair").
method(3,"PGPKeyPair(int algorithm, KeyPair keyPair, Date time)","org.bouncycastle.openpgp.PGPKeyPair").
method(3,"PGPKeyPair(int algorithm, PublicKey pubKey, PrivateKey privKey, Date time, String provider)","org.bouncycastle.openpgp.PGPKeyPair").
method(3,"PGPKeyPair(int algorithm, PublicKey pubKey, PrivateKey privKey, Date time)","org.bouncycastle.openpgp.PGPKeyPair").
method(3,"PGPV3SignatureGenerator(int keyAlgorithm, int hashAlgorithm, String provider)","org.bouncycastle.openpgp.PGPV3SignatureGenerator").
method(3,"PGPV3SignatureGenerator(int keyAlgorithm, int hashAlgorithm, Provider provider)","org.bouncycastle.openpgp.PGPV3SignatureGenerator").
method(3,"initSign(int signatureType, PGPPrivateKey key, SecureRandom random)","org.bouncycastle.openpgp.PGPV3SignatureGenerator").
method(3,"initSign(int signatureType, PGPPrivateKey key)","org.bouncycastle.openpgp.PGPV3SignatureGenerator").
method(7,"update(byte b)","org.bouncycastle.openpgp.PGPSignature").
method(7,"update(byte[] bytes)","org.bouncycastle.openpgp.PGPSignature").
method(7,"update(byte[] bytes, int off, int length)","org.bouncycastle.openpgp.PGPSignature").
method(7,"verify()","org.bouncycastle.openpgp.PGPSignature").
method(7,"verifyCertification(PGPUserAttributeSubpacketVector userAttributes, PGPPublicKey key)","org.bouncycastle.openpgp.PGPSignature").
method(7,"verifyCertification(String id, PGPPublicKey key)","org.bouncycastle.openpgp.PGPSignature").
method(7,"verifyCertification(PGPPublicKey masterKey, PGPPublicKey pubKey)","org.bouncycastle.openpgp.PGPSignature").
method(7,"verifyCertification(PGPPublicKey pubKey)","org.bouncycastle.openpgp.PGPSignature").
method(7,"update(byte b)","org.bouncycastle.openpgp.PGPOnePassSignature").
method(7,"update(byte[] bytes)","org.bouncycastle.openpgp.PGPOnePassSignature").
method(7,"update(byte[] bytes, int off, int length)","org.bouncycastle.openpgp.PGPOnePassSignature").
method(7,"verify(PGPSignature pgpSig)","org.bouncycastle.openpgp.PGPOnePassSignature").
method(7,"update(byte b)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(7,"update(byte[] b)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(7,"update(byte[] b, int off, int len)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(7,"generate()","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(7,"generateCertification(String id, PGPPublicKey pubKey)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(7,"generateCertification(PGPUserAttributeSubpacketVector userAttributes, PGPPublicKey pubKey)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(7,"generateCertification(PGPPublicKey masterKey, PGPPublicKey pubKey)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(7,"generateCertification(PGPPublicKey pubKey)","org.bouncycastle.openpgp.PGPSignatureGenerator").
method(7,"update(byte b)","org.bouncycastle.openpgp.PGPV3SignatureGenerator").
method(7,"update(byte[] b)","org.bouncycastle.openpgp.PGPV3SignatureGenerator").
method(7,"update(byte[] b, int off, int len)","org.bouncycastle.openpgp.PGPV3SignatureGenerator").
method(7,"generate()","org.bouncycastle.openpgp.PGPV3SignatureGenerator").
method(3,"createRandomBlock(boolean useGMTUnixTime, SecureRandom random, String asciiLabel)","org.bouncycastle.crypto.tls.TlsProtocol").
method(3,"createRandomBlock(boolean useGMTUnixTime, SecureRandom random)","org.bouncycastle.crypto.tls.TlsProtocol").
method(1,"getPasswordBytes(int, char[])","org-bouncycastle-cms-passwordrecipientinformation,org.bouncycastle.cms.CMSUtils").
method(3,"getDataStream(char[] passPhrase, String provider)","org.bouncycastle.openpgp.PGPPBEEncryptedData").
method(3,"getDataStream(char[] passPhrase, Provider provider)","org.bouncycastle.openpgp.PGPPBEEncryptedData").
method(3,"getSymmetricAlgorithm(PGPPrivateKey privKey, String provider)","org.bouncycastle.openpgp.PGPPublicKeyEncryptedData").
method(3,"getSymmetricAlgorithm(PGPPrivateKey privKey, Provider provider)","org.bouncycastle.openpgp.PGPPublicKeyEncryptedData").
method(3,"getDataStream(PGPPrivateKey privKey, Provider provider)","org.bouncycastle.openpgp.PGPPublicKeyEncryptedData").
method(3,"PGPEncryptedDataGenerator(int encAlgorithm, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPEncryptedDataGenerator").
method(3,"PGPEncryptedDataGenerator(int encAlgorithm, SecureRandom rand, Provider provider)","org.bouncycastle.openpgp.PGPEncryptedDataGenerator").
method(3,"PGPEncryptedDataGenerator(int encAlgorithm, boolean withIntegrityPacket, SecureRandom rand, String provider)","org.bouncycastle.openpgp.PGPEncryptedDataGenerator").
method(3,"PGPEncryptedDataGenerator(int encAlgorithm, boolean withIntegrityPacket, SecureRandom rand, Provider provider)","org.bouncycastle.openpgp.PGPEncryptedDataGenerator").
method(3,"PGPEncryptedDataGenerator(int encAlgorithm, SecureRandom rand, boolean oldFormat, String provider)","org.bouncycastle.openpgp.PGPEncryptedDataGenerator").
method(3,"PGPEncryptedDataGenerator(int encAlgorithm, SecureRandom rand, boolean oldFormat, Provider provider)","org.bouncycastle.openpgp.PGPEncryptedDataGenerator").
method(3,"addMethod(char[] passPhrase)","org.bouncycastle.openpgp.PGPEncryptedDataGenerator").
method(3,"addMethod(char[] passPhrase, int s2kDigest)","org.bouncycastle.openpgp.PGPEncryptedDataGenerator").
method(3,"addMethod(PGPPublicKey key)","org.bouncycastle.openpgp.PGPEncryptedDataGenerator").
method(3,"SubjectKeyIdentifierStructure(PublicKey pubKey)","org.bouncycastle.x509.extension.SubjectKeyIdentifierStructure").
method(3,"SubjectKeyIdentifier(SubjectPublicKeyInfo spki)","org.bouncycastle.asn1.x509.SubjectKeyIdentifier").
method(3,"createSHA1KeyIdentifier(SubjectPublicKeyInfo keyInfo)","org.bouncycastle.asn1.x509.SubjectKeyIdentifier").
method(3,"createTruncatedSHA1KeyIdentifier(SubjectPublicKeyInfo keyInfo)","org.bouncycastle.asn1.x509.SubjectKeyIdentifier").
method(3,"decryptPreMasterSecret(byte[] encryptedPreMasterSecret)","org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials").
method(3,"IESEngine(BasicAgreement agree, DerivationFunction kdf, Mac mac, BufferedBlockCipher cipher, RandomGenerator nonceGenerator)","org.bouncycastle.crypto.engines.IESEngine").
method(3,"setMessageTime(DERGeneralizedTime time)","org.bouncycastle.asn1.cmp.PKIHeaderBuilder").
method(3,"setStartDate(DERUTCTime startDate)","org.bouncycastle.asn1.x509.V3TBSCertificateGenerator").
method(3,"setEndDate(DERUTCTime endDate)","org.bouncycastle.asn1.x509.V3TBSCertificateGenerator").
method(3,"SingleResponse(CertID certID, CertStatus certStatus, DERGeneralizedTime thisUpdate, DERGeneralizedTime nextUpdate, X509Extensions singleExtensions)","org.bouncycastle.asn1.ocsp.SingleResponse").
method(3,"SingleResponse(CertID certID, CertStatus certStatus, DERGeneralizedTime thisUpdate, DERGeneralizedTime nextUpdate, Extensions singleExtensions)","org.bouncycastle.asn1.ocsp.SingleResponse").
method(3,"ResponseData(ResponderID responderID, DERGeneralizedTime producedAt, ASN1Sequence responses, X509Extensions responseExtensions)","org.bouncycastle.asn1.ocsp.ResponseData").
method(3,"RecipientKeyIdentifier(ASN1OctetString subjectKeyIdentifier, DERGeneralizedTime date, OtherKeyAttribute other)","org.bouncycastle.asn1.cms.RecipientKeyIdentifier").
method(3,"RecipientKeyIdentifier(byte[] subjectKeyIdentifier, DERGeneralizedTime date, OtherKeyAttribute other)","org.bouncycastle.asn1.cms.RecipientKeyIdentifier").
method(8,"getMessageTime()","org.bouncycastle.asn1.cmp.PKIHeader").
method(8,"getNotBefore()","org.bouncycastle.asn1.x509.PrivateKeyUsagePeriod").
method(8,"getNotAfter()","org.bouncycastle.asn1.x509.PrivateKeyUsagePeriod").
method(8,"getDate()","org.bouncycastle.asn1.cms.RecipientKeyIdentifier").
method(5,"two(ECFieldElement)","org.bouncycastle.math.ec.custom.djb.Curve25519Point").
method(3,"three(ECFieldElement x)","org.bouncycastle.math.ec.custom.djb.Curve25519Point").
method(3,"calculateJacobianModifiedW(ECFieldElement Z, ECFieldElement ZSquared)","org.bouncycastle.math.ec.custom.djb.Curve25519Point").
method(8,"getJacobianModifiedW()","org.bouncycastle.math.ec.custom.djb.Curve25519Point").
method(3,"NamingAuthority(DERObjectIdentifier namingAuthorityId, String namingAuthorityUrl, DirectoryString namingAuthorityText)","org.bouncycastle.asn1.isismtt.x509.NamingAuthority").
method(3,"isPKCS12(DERObjectIdentifier algOid)","org.bouncycastle.openssl.PEMUtilities").
method(3,"NamingAuthority(DERObjectIdentifier namingAuthorityId, String namingAuthorityUrl, DirectoryString namingAuthorityText)","org.bouncycastle.asn1.isismtt.x509.NamingAuthority").
method(3,"getExtension(DERObjectIdentifier oid)","org.bouncycastle.asn1.x509.X509Extensions").
method(3,"X509Extension(DERBoolean critical, ASN1OctetString value)","org.bouncycastle.asn1.x509.X509Extension").
method(3,"AlgorithmIdentifier(DERObjectIdentifier objectId)","org.bouncycastle.asn1.x509.AlgorithmIdentifier").
method(3,"AlgorithmIdentifier(DERObjectIdentifier objectId, ASN1Encodable parameters)","org.bouncycastle.asn1.x509.AlgorithmIdentifier").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)","org.bouncycastle.asn1.x509.X509ExtensionsGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)","org.bouncycastle.asn1.x509.X509ExtensionsGenerator").
method(3,"Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)","org.bouncycastle.asn1.cms.Attribute").
method(3,"get(DERObjectIdentifier oid)","org.bouncycastle.asn1.cms.AttributeTable").
method(3,"getAll(DERObjectIdentifier oid)","org.bouncycastle.asn1.cms.AttributeTable").
method(3,"ContentHints(DERObjectIdentifier contentType)","org.bouncycastle.asn1.ess.ContentHints").
method(3,"ContentHints(DERObjectIdentifier contentType, DERUTF8String contentDescription)","org.bouncycastle.asn1.ess.ContentHints").
method(3,"processCertD1i(int index, List[] policyNodes, DERObjectIdentifier pOid, Set pq)","org.bouncycastle.jce.provider.CertPathValidatorUtilities").
method(3,"processCertD1ii(int index, List[] policyNodes, DERObjectIdentifier _poid, Set _pq)","org.bouncycastle.jce.provider.CertPathValidatorUtilities").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)","org.bouncycastle.x509.X509V3CertificateGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)","org.bouncycastle.x509.X509V3CertificateGenerator").
method(3,"copyAndAddExtension(DERObjectIdentifier oid, boolean critical, X509Certificate cert)","org.bouncycastle.x509.X509V3CertificateGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)","org.bouncycastle.x509.X509V2CRLGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)","org.bouncycastle.x509.X509V2CRLGenerator").
method(3,"processCertD1i(int index, List[] policyNodes, DERObjectIdentifier pOid, Set pq)","org.bouncycastle.jce.provider.CertPathValidatorUtilities").
method(3,"processCertD1ii(int index, List[] policyNodes, DERObjectIdentifier _poid, Set _pq)","org.bouncycastle.jce.provider.CertPathValidatorUtilities").
method(3,"processCertD1i(int index, List[] policyNodes, DERObjectIdentifier pOid, Set pq)","org.bouncycastle.jce.provider.CertPathValidatorUtilities").
method(3,"processCertD1ii(int index, List[] policyNodes, DERObjectIdentifier _poid, Set _pq)","org.bouncycastle.jce.provider.CertPathValidatorUtilities").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)","org.bouncycastle.x509.X509V3CertificateGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)","org.bouncycastle.x509.X509V3CertificateGenerator").
method(3,"copyAndAddExtension(DERObjectIdentifier oid, boolean critical, X509Certificate cert)","org.bouncycastle.x509.X509V3CertificateGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)","org.bouncycastle.x509.X509V2CRLGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)","org.bouncycastle.x509.X509V2CRLGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)","org.bouncycastle.x509.X509V3CertificateGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)","org.bouncycastle.x509.X509V3CertificateGenerator").
method(3,"copyAndAddExtension(DERObjectIdentifier oid, boolean critical, X509Certificate cert)","org.bouncycastle.x509.X509V3CertificateGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)","org.bouncycastle.x509.X509V2CRLGenerator").
method(3,"addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)","org.bouncycastle.x509.X509V2CRLGenerator").
method(9,"ElGamalParameter(ASN1Sequence seq)","org.bouncycastle.asn1.oiw.ElGamalParameter").
method(9,"DEREnumerated(byte[] bytes)","org.bouncycastle.asn1.DEREnumerated").
method(3,"getInstance(Object obj)","org.bouncycastle.asn1.DERBoolean").
method(3,"GLVTypeBParameters(ECFieldElement beta, BigInteger lambda, BigInteger[] v1, BigInteger[] v2, BigInteger g1, BigInteger g2, int bits)","org.bouncycastle.math.ec.endo.GLVTypeBParameters").
method(3,"GLVTypeBEndomorphism(GLVTypeBParameters parameters)","org.bouncycastle.math.ec.endo.GLVTypeBEndomorphism").
method(3,"createDefaultMultiplier()","org.bouncycastle.math.ec.custom.sec.SecP192K1Curve").
method(3,"createDefaultMultiplier()","org.bouncycastle.math.ec.custom.sec.SecP256K1Curve").
method(3,"createDefaultMultiplier()","org.bouncycastle.math.ec.custom.sec.SecP224K1Curve").
method(8,"getBeta()","org.bouncycastle.math.ec.endo.GLVTypeBParameters").
method(3,"getCause()","org.bouncycastle.crypto.io.InvalidCipherTextIOException").
method(3,"gteExt(int[] xx, int[] yy)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"isZeroExt(int[] xx)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"gteExt(int[] xx, int[] yy)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"isZeroExt(int[] xx)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"gteExt(int[] xx, int[] yy)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"isZeroExt(int[] xx)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"addDWord(long x, int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"addExt(int[] xx, int[] yy, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"addWord(int x, int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"addWordExt(int x, int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"dec(int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"decExt(int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"inc(int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"incExt(int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"subDWord(long x, int[] z)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"subExt(int[] xx, int[] yy, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"subWord(int x, int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"subWordExt(int x, int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"addDWord(long x, int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"addExt(int[] xx, int[] yy, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"addWord(int x, int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"addWordExt(int x, int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"dec(int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"decExt(int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"inc(int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"incExt(int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"subDWord(long x, int[] z)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"subExt(int[] xx, int[] yy, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"subWord(int x, int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"subWordExt(int x, int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(1,"add33To(int, int, int[])","org-bouncycastle-math-ec-custom-sec-nat256,org.bouncycastle.math.ec.Nat").
method(1,"addDWordAt(int, long, int[], int, int)","org-bouncycastle-math-ec-custom-sec-nat256,org.bouncycastle.math.ec.Nat").
method(3,"addExt(int[] xx, int[] yy, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"addWord(int x, int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"addWordExt(int x, int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"dec(int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"decExt(int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"inc(int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"incExt(int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(1,"sub33From(int, int, int[])","org-bouncycastle-math-ec-custom-sec-nat256,org.bouncycastle.math.ec.Nat").
method(1,"subDWordAt(int, long, int[], int, int)","org-bouncycastle-math-ec-custom-sec-nat256,org.bouncycastle.math.ec.Nat").
method(3,"subExt(int[] xx, int[] yy, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"subWord(int x, int[] z, int zOff)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"subWordExt(int x, int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"shiftDownBit(int[] x, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"shiftDownBit(int[] x, int c, int[] z)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"shiftDownBits(int[] x, int xLen, int bits, int c)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"shiftDownWord(int[] x, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"shiftUpBit(int[] x, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"shiftUpBit(int[] x, int xOff, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"shiftUpBit(int[] x, int c, int[] z)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"shiftDownBit(int[] x, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"shiftDownBit(int[] x, int c, int[] z)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"shiftDownBits(int[] x, int xLen, int bits, int c)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"shiftDownWord(int[] x, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"shiftUpBit(int[] x, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"shiftUpBit(int[] x, int xOff, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"shiftUpBit(int[] x, int c, int[] z)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(3,"shiftDownBit(int[] x, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"shiftDownBit(int[] x, int c, int[] z)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"shiftDownBits(int[] x, int xLen, int bits, int c)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"shiftDownWord(int[] x, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"shiftUpBit(int[] x, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"shiftUpBit(int[] x, int xOff, int xLen, int c)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"shiftUpBit(int[] x, int c, int[] z)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(2,"addDWord(int, long, int[], int)","addDWordAt(int, long, int[], int)","org.bouncycastle.math.ec.Nat").
method(2,"addWord(int, int, int[], int)","addWordAt(int, int, int[], int, int)","org.bouncycastle.math.ec.Nat").
method(2,"addWordExt(int, int, int[], int)","addWordAt(int, int, int[], int)","org.bouncycastle.math.ec.Nat").
method(3,"dec(int len, int[] z, int zOff)","org.bouncycastle.math.ec.Nat").
method(3,"inc(int len, int[] z, int zOff)","org.bouncycastle.math.ec.Nat").
method(2,"mulWordDwordAdd(int, int, long, int[], int)","mulWordDwordAddAt(int, int, long, int[], int)","org.bouncycastle.math.ec.Nat").
method(3,"shiftDownBits(int len, int[] x, int xOff, int bits, int c, int[] z)","org.bouncycastle.math.ec.Nat").
method(3,"shiftUpBit(int len, int[] x, int xOff, int c, int[] z)","org.bouncycastle.math.ec.Nat").
method(2,"subDWord(int, long, int[])","subDWordAt(int, long, int[], int)","org.bouncycastle.math.ec.Nat").
method(2,"subFromExt(int[], int, int[], int)","subFrom(int[], int, int[], int)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(2,"subFromExt(int[], int, int[], int)","subFrom(int[], int, int[], int)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(2,"addDWord(long, int[], int)","add33To(int, int[])","org.bouncycastle.math.ec.custom.sec.Nat256").
method(2,"subDWord(long, int[])","sub33From(int, int[])","org.bouncycastle.math.ec.custom.sec.Nat256").
method(2,"subFromExt(int[], int, int[], int)","subFrom(int[], int, int[], int)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(2,"mulAdd(int[], int, int[], int, int[], int)","mulAddTo(int[], int, int[], int, int[], int)","org.bouncycastle.math.ec.custom.sec.Nat224").
method(2,"mulAdd(int[], int, int[], int, int[], int)","mulAddTo(int[], int, int[], int, int[], int)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(2,"addToExt(int[], int, int[], int)","addTo(int[], int, int[], int, int)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"addWord(int len, int x, int[] z)","org.bouncycastle.math.ec.Nat").
method(3,"mulWord(int len, int x, int[] y, int[] z, int zOff)","org.bouncycastle.math.ec.Nat").
method(2,"mulWordAdd(int, int, int[], int[], int)","mulWordAddTo(int, int, int[], int, int[], int)","org.bouncycastle.math.ec.Nat").
method(2,"squareWordAddExt(int, int[], int, int[])","squareWordAdd(int[], int, int[])","org.bouncycastle.math.ec.Nat").
method(2,"mul33AddExt(int, int[], int, int[], int, int[], int)","mul33Add(int, int[], int, int[], int, int[], int)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(2,"mulWordExt(int, int[], int[], int)","mulWord(int, int[], int[], int)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"squareWordAddExt(int[] x, int xPos, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(2,"mul33AddExt(int, int[], int, int[], int, int[], int)","mul33Add(int, int[], int, int[], int, int[], int)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(2,"mulWordExt(int, int[], int[], int)","mulWord(int, int[], int[], int)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"squareWordAddExt(int[] x, int xPos, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"getPreCompInfo(ECPoint p)","org.bouncycastle.math.ec.ECCurve").
method(3,"setPreCompInfo(ECPoint point, PreCompInfo preCompInfo)","org.bouncycastle.math.ec.ECCurve").
method(2,"mulWordAddExt(int, int[], int, int[], int)","mulByWordAddTo(int, int[], int[])","org.bouncycastle.math.ec.custom.sec.Nat256").
method(2,"shiftDownBitsExt(int, int[], int, int, int, int[])","shiftDownBits(int, int[], int, int, int, int[])","org.bouncycastle.math.ec.Nat").
method(2,"addToExt(int, int[], int, int[], int)","addTo(int, int[], int, int[], int)","org.bouncycastle.math.ec.Nat").
method(2,"mulWordAddExt(int, int, int[], int[], int)","mulWordAdd(int, int, int[], int[], int)","org.bouncycastle.math.ec.Nat").
method(2,"mulWordExt(int, int, int[], int[], int)","mulWord(int, int, int[], int[], int)","org.bouncycastle.math.ec.Nat").
method(2,"subFromExt(int, int[], int, int[], int)","subFrom(int, int[], int, int[], int)","org.bouncycastle.math.ec.Nat").
method(2,"addToExt(int[], int, int[], int)","addTo(int[], int, int[], int, int)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"addExt(int len, int[] xx, int[] yy, int[] zz)","org.bouncycastle.math.ec.Nat").
method(3,"createExt(int len)","org.bouncycastle.math.ec.Nat").
method(3,"gteExt(int len, int[] xx, int[] yy)","org.bouncycastle.math.ec.Nat").
method(3,"incExt(int len, int[] zz, int zzOff)","org.bouncycastle.math.ec.Nat").
method(2,"isZeroExt(int, int[])","eq(int, int[], int[])","org.bouncycastle.math.ec.Nat").
method(3,"mulWordAddExt(int len, int x, int[] yy, int yyOff, int[] zz, int zzOff)","org.bouncycastle.math.ec.Nat").
method(3,"shiftDownBit(int[] x, int xLen, int c)","org.bouncycastle.math.ec.Nat").
method(3,"shiftDownBits(int[] x, int xLen, int bits, int c)","org.bouncycastle.math.ec.Nat").
method(3,"shiftDownWord(int[] x, int xLen, int c)","org.bouncycastle.math.ec.Nat").
method(3,"shiftUpBit(int[] x, int xLen, int c)","org.bouncycastle.math.ec.Nat").
method(3,"subExt(int len, int[] xx, int[] yy, int[] zz)","org.bouncycastle.math.ec.Nat").
method(3,"mul33AddExt(int x, int[] yy, int yyOff, int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat192").
method(3,"mul33AddExt(int x, int[] yy, int yyOff, int[] zz, int zzOff)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"IESEngine(BasicAgreement agree, DerivationFunction kdf, Mac mac, BufferedBlockCipher cipher, CipherParameters nonce)","org.bouncycastle.crypto.engines.IESEngine").
method(3,"addDWord(int len, long x, int[] z, int zOff)","org.bouncycastle.math.ec.Nat").
method(3,"subDWord(int len, long x, int[] z)","org.bouncycastle.math.ec.Nat").
method(3,"getQ()","org.bouncycastle.math.ec.custom.sec.SecP256R1FieldElement").
method(3,"getQ()","org.bouncycastle.math.ec.custom.sec.SecP256K1FieldElement").
method(3,"twicePlus(ECPoint b)","org.bouncycastle.math.ec.ECPoint.F2m").
method(10,getrawxcoord,org-bouncycastle-math-ec-ecpoint).
method(10,getrawycoord,org-bouncycastle-math-ec-ecpoint).
method(3,"getTwiceP()","org.bouncycastle.math.ec.WNafPreCompInfo").
method(3,"setTwiceP(ECPoint twiceP)","org.bouncycastle.math.ec.WNafPreCompInfo").
method(3,"mulAdd(int[] x, int[] y, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(2,"shiftUp(int[], int, int)","shiftUpBit(int[], int, int)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(8,"createChaCha20Poly1305(TlsContext context)","org.bouncycastle.crypto.tls.DefaultTlsCipherFactory").
method(3,"createMac(int macAlgorithm)","org.bouncycastle.crypto.tls.DefaultTlsCipherFactory").
method(2,"stringToValue(ASN1ObjectIdentifier, String)","encodeStringValue(ASN1ObjectIdentifier, String)","org.bouncycastle.asn1.x500.style.BCStyle").
method(2,"stringToValue(ASN1ObjectIdentifier, String)","encodeStringValue(ASN1ObjectIdentifier, String)","org.bouncycastle.asn1.x500.style.RFC4519Style").
method(3,"areEqual(X500Name name1, X500Name name2)","org.bouncycastle.asn1.x500.style.BCStyle").
method(3,"rdnAreEqual(RDN rdn1, RDN rdn2)","org.bouncycastle.asn1.x500.style.BCStyle").
method(3,"calculateHashCode(X500Name name)","org.bouncycastle.asn1.x500.style.BCStyle").
method(3,"areEqual(X500Name name1, X500Name name2)","org.bouncycastle.asn1.x500.style.RFC4519Style").
method(3,"rdnAreEqual(RDN rdn1, RDN rdn2)","org.bouncycastle.asn1.x500.style.RFC4519Style").
method(3,"calculateHashCode(X500Name name)","org.bouncycastle.asn1.x500.style.RFC4519Style").
method(3,"equals(Object anObject)","org.bouncycastle.math.ec.ECCurve.Fp").
method(3,"hashCode()","org.bouncycastle.math.ec.ECCurve.Fp").
method(3,"equals(Object anObject)","org.bouncycastle.math.ec.ECCurve.F2m").
method(3,"hashCode()","org.bouncycastle.math.ec.ECCurve.F2m").
method(3,"equals(Object anObject)","org.bouncycastle.math.ec.custom.sec.SecP256R1Curve").
method(3,"hashCode()","org.bouncycastle.math.ec.custom.sec.SecP256R1Curve").
method(3,"equals(Object anObject)","org.bouncycastle.math.ec.custom.sec.SecP256K1Curve").
method(3,"hashCode()","org.bouncycastle.math.ec.custom.sec.SecP256K1Curve").
method(2,"addExt(int[], int, int[], int)","addToExt(int[], int, int[], int)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(5,"two(ECFieldElement)","org.bouncycastle.math.ec.custom.sec.SecP256R1Point").
method(5,"three(ECFieldElement)","org.bouncycastle.math.ec.custom.sec.SecP256R1Point").
method(3,"four(ECFieldElement x)","org.bouncycastle.math.ec.custom.sec.SecP256R1Point").
method(3,"eight(ECFieldElement x)","org.bouncycastle.math.ec.custom.sec.SecP256R1Point").
method(3,"doubleProductFromSquares(ECFieldElement a, ECFieldElement b, ECFieldElement aSquared, ECFieldElement bSquared)","org.bouncycastle.math.ec.custom.sec.SecP256R1Point").
method(5,"two(ECFieldElement)","org.bouncycastle.math.ec.custom.sec.SecP256K1Point").
method(5,"three(ECFieldElement)","org.bouncycastle.math.ec.custom.sec.SecP256K1Point").
method(3,"four(ECFieldElement x)","org.bouncycastle.math.ec.custom.sec.SecP256K1Point").
method(3,"eight(ECFieldElement x)","org.bouncycastle.math.ec.custom.sec.SecP256K1Point").
method(3,"shiftUp(int[] x, int xLen)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(3,"create()","org.bouncycastle.math.ec.custom.sec.SecP256K1Field").
method(3,"createDouble()","org.bouncycastle.math.ec.custom.sec.SecP256K1Field").
method(3,"isOne(int[] x)","org.bouncycastle.math.ec.custom.sec.SecP256K1Field").
method(3,"isZero(int[] x)","org.bouncycastle.math.ec.custom.sec.SecP256K1Field").
method(3,"testBit(int[] x, int bit)","org.bouncycastle.math.ec.custom.sec.SecP256K1Field").
method(3,"toBigInteger(int[] x)","org.bouncycastle.math.ec.custom.sec.SecP256K1Field").
method(3,"create()","org.bouncycastle.math.ec.custom.sec.SecP256R1Field").
method(3,"createDouble()","org.bouncycastle.math.ec.custom.sec.SecP256R1Field").
method(3,"isOne(int[] x)","org.bouncycastle.math.ec.custom.sec.SecP256R1Field").
method(3,"isZero(int[] x)","org.bouncycastle.math.ec.custom.sec.SecP256R1Field").
method(3,"testBit(int[] x, int bit)","org.bouncycastle.math.ec.custom.sec.SecP256R1Field").
method(3,"toBigInteger(int[] x)","org.bouncycastle.math.ec.custom.sec.SecP256R1Field").
method(8,"mulAdd(int[] x, int[] y, int[] zz)","org.bouncycastle.math.ec.custom.sec.Nat256").
method(9,"SecP256K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)","org.bouncycastle.math.ec.custom.sec.SecP256K1Point").
method(3,"createDSAImpl()","org.bouncycastle.crypto.tls.TlsDSSSigner").
method(3,"createDSAImpl()","org.bouncycastle.crypto.tls.TlsDSASigner").
method(3,"createDSAImpl()","org.bouncycastle.crypto.tls.TlsECDSASigner").
method(3,"DHKDFParameters(DERObjectIdentifier algorithm, int keySize, byte[] z)","org.bouncycastle.crypto.agreement.kdf.DHKDFParameters").
method(3,"DHKDFParameters(DERObjectIdentifier algorithm, int keySize, byte[] z, byte[] extraInfo)","org.bouncycastle.crypto.agreement.kdf.DHKDFParameters").
method(3,"createRandomBlock(SecureRandom random)","org.bouncycastle.crypto.tls.TlsProtocol").
method(3,"CramerShoupParameters(BigInteger p, BigInteger q, BigInteger g1, BigInteger g2, Digest H)","org.bouncycastle.crypto.params.CramerShoupParameters").
method(3,"getQ()","org.bouncycastle.crypto.params.CramerShoupParameters").
method(3,"calculateM1(Digest digest, BigInteger A, BigInteger B, BigInteger S)","org.bouncycastle.crypto.agreement.srp.SRP6Util").
method(3,"calculateM2(Digest digest, BigInteger A, BigInteger M1, BigInteger S)","org.bouncycastle.crypto.agreement.srp.SRP6Util").
method(3,"calculateKey(Digest digest, BigInteger S)","org.bouncycastle.crypto.agreement.srp.SRP6Util").
method(3,"CramerShoupParameters(BigInteger p, BigInteger q, BigInteger g1, BigInteger g2)","org.bouncycastle.crypto.params.CramerShoupParameters").
method_move_count(Y):-findall(X,method(1,A,B,C),L),length(L,Y).
method_rename_count(Y):-findall(X,method(2,A,B,C),L),length(L,Y).
method_remove_count(Y):-findall(X,method(3,A,B),L),length(L,Y).
method_inline_count(Y):-findall(X,method(5,A,B),L),length(L,Y).
method_change_exception_list_count(Y):-findall(X,method(7,A,B),L),length(L,Y).
method_change_return_type_count(Y):-findall(X,method(8,A,B),L),length(L,Y).
method_lost_visibility_count(Y):-findall(X,method(9,A,B),L),length(L,Y).
method_add_modifier_final_count(Y):-findall(X,method(10,A,B),L),length(L,Y).
method_remove_modifier_static_count(Y):-findall(X,method(11,A,B),L),length(L,Y).
all_method_change(A,B,C,D,E,F,G,H,I):-method_move_count(A),method_rename_count(B),method_remove_count(C),
method_inline_count(D),method_change_exception_list_count(E),method_change_return_type_count(F),method_lost_visibility_count(G),
method_add_modifier_final_count(H),method_remove_modifier_static_count(I).