Home
last modified time | relevance | path

Searched refs:checkBouncyCastleDeprecation (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/jca/
DProviders.java330 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/
DProviders.java97 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/
DProviders.annotated.java78 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/
DAlgorithmParameters.java302 Providers.checkBouncyCastleDeprecation(provider, "AlgorithmParameters", algorithm); in getInstance()
354 Providers.checkBouncyCastleDeprecation(provider, "AlgorithmParameters", algorithm); in getInstance()
DKeyFactory.java243 Providers.checkBouncyCastleDeprecation(provider, "KeyFactory", algorithm); in getInstance()
286 Providers.checkBouncyCastleDeprecation(provider, "KeyFactory", algorithm); in getInstance()
DKeyPairGenerator.java322 Providers.checkBouncyCastleDeprecation(provider, "KeyPairGenerator", algorithm); in getInstance()
364 Providers.checkBouncyCastleDeprecation(provider, "KeyPairGenerator", algorithm); in getInstance()
DMessageDigest.java279 Providers.checkBouncyCastleDeprecation(provider, "MessageDigest", algorithm); in getInstance()
334 Providers.checkBouncyCastleDeprecation(provider, "MessageDigest", algorithm); in getInstance()
DSignature.java506 Providers.checkBouncyCastleDeprecation(provider, "Signature", algorithm); in getInstance()
551 Providers.checkBouncyCastleDeprecation(provider, "Signature", algorithm); in getInstance()
/libcore/ojluni/src/main/java/java/security/cert/
DCertificateFactory.java254 Providers.checkBouncyCastleDeprecation(provider, "CertificateFactory", type); in getInstance()
297 Providers.checkBouncyCastleDeprecation(provider, "CertificateFactory", type); in getInstance()
/libcore/ojluni/src/main/java/javax/crypto/
DSecretKeyFactory.java389 Providers.checkBouncyCastleDeprecation(provider, "SecretKeyFactory", algorithm); in getInstance()
431 Providers.checkBouncyCastleDeprecation(provider, "SecretKeyFactory", algorithm); in getInstance()
DKeyAgreement.java260 Providers.checkBouncyCastleDeprecation(provider, "KeyAgreement", algorithm); in getInstance()
302 Providers.checkBouncyCastleDeprecation(provider, "KeyAgreement", algorithm); in getInstance()
DKeyGenerator.java334 Providers.checkBouncyCastleDeprecation(provider, "KeyGenerator", algorithm); in getInstance()
374 Providers.checkBouncyCastleDeprecation(provider, "KeyGenerator", algorithm); in getInstance()
DMac.java317 Providers.checkBouncyCastleDeprecation(provider, "Mac", algorithm); in getInstance()
354 Providers.checkBouncyCastleDeprecation(provider, "Mac", algorithm); in getInstance()
DCipher.java741 Providers.checkBouncyCastleDeprecation(provider, "Cipher", transformation); in createCipher()