/libcore/ojluni/src/main/java/sun/security/jca/ |
D | Providers.java | 330 public static synchronized void checkBouncyCastleDeprecation(String provider, in checkBouncyCastleDeprecation() method in Providers 336 checkBouncyCastleDeprecation(service, algorithm); in checkBouncyCastleDeprecation() 347 public static synchronized void checkBouncyCastleDeprecation(Provider provider, in checkBouncyCastleDeprecation() method in Providers 352 checkBouncyCastleDeprecation(service, algorithm); in checkBouncyCastleDeprecation() 371 private static void checkBouncyCastleDeprecation(String service, String algorithm) in checkBouncyCastleDeprecation() method in Providers
|
/libcore/ojluni/annotations/hiddenapi/sun/security/jca/ |
D | Providers.java | 97 public static synchronized void checkBouncyCastleDeprecation( in checkBouncyCastleDeprecation() method in Providers 103 public static synchronized void checkBouncyCastleDeprecation( in checkBouncyCastleDeprecation() method in Providers 109 private static void checkBouncyCastleDeprecation( in checkBouncyCastleDeprecation() method in Providers
|
/libcore/ojluni/annotations/mmodule/sun/security/jca/ |
D | Providers.annotated.java | 78 public static synchronized void checkBouncyCastleDeprecation(java.lang.String provider, java.lang.S… in checkBouncyCastleDeprecation() method in Providers 81 public static synchronized void checkBouncyCastleDeprecation(java.security.Provider provider, java.… in checkBouncyCastleDeprecation() method in Providers
|
/libcore/ojluni/src/main/java/java/security/ |
D | AlgorithmParameters.java | 302 Providers.checkBouncyCastleDeprecation(provider, "AlgorithmParameters", algorithm); in getInstance() 354 Providers.checkBouncyCastleDeprecation(provider, "AlgorithmParameters", algorithm); in getInstance()
|
D | KeyFactory.java | 243 Providers.checkBouncyCastleDeprecation(provider, "KeyFactory", algorithm); in getInstance() 286 Providers.checkBouncyCastleDeprecation(provider, "KeyFactory", algorithm); in getInstance()
|
D | KeyPairGenerator.java | 322 Providers.checkBouncyCastleDeprecation(provider, "KeyPairGenerator", algorithm); in getInstance() 364 Providers.checkBouncyCastleDeprecation(provider, "KeyPairGenerator", algorithm); in getInstance()
|
D | MessageDigest.java | 279 Providers.checkBouncyCastleDeprecation(provider, "MessageDigest", algorithm); in getInstance() 334 Providers.checkBouncyCastleDeprecation(provider, "MessageDigest", algorithm); in getInstance()
|
D | Signature.java | 506 Providers.checkBouncyCastleDeprecation(provider, "Signature", algorithm); in getInstance() 551 Providers.checkBouncyCastleDeprecation(provider, "Signature", algorithm); in getInstance()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | CertificateFactory.java | 254 Providers.checkBouncyCastleDeprecation(provider, "CertificateFactory", type); in getInstance() 297 Providers.checkBouncyCastleDeprecation(provider, "CertificateFactory", type); in getInstance()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | SecretKeyFactory.java | 389 Providers.checkBouncyCastleDeprecation(provider, "SecretKeyFactory", algorithm); in getInstance() 431 Providers.checkBouncyCastleDeprecation(provider, "SecretKeyFactory", algorithm); in getInstance()
|
D | KeyAgreement.java | 260 Providers.checkBouncyCastleDeprecation(provider, "KeyAgreement", algorithm); in getInstance() 302 Providers.checkBouncyCastleDeprecation(provider, "KeyAgreement", algorithm); in getInstance()
|
D | KeyGenerator.java | 334 Providers.checkBouncyCastleDeprecation(provider, "KeyGenerator", algorithm); in getInstance() 374 Providers.checkBouncyCastleDeprecation(provider, "KeyGenerator", algorithm); in getInstance()
|
D | Mac.java | 317 Providers.checkBouncyCastleDeprecation(provider, "Mac", algorithm); in getInstance() 354 Providers.checkBouncyCastleDeprecation(provider, "Mac", algorithm); in getInstance()
|
D | Cipher.java | 741 Providers.checkBouncyCastleDeprecation(provider, "Cipher", transformation); in createCipher()
|