/dalvik/libcore/security/src/main/java/java/security/cert/ |
D | CertPathBuilder.java | 53 private final Provider provider; field in CertPathBuilder 72 protected CertPathBuilder(CertPathBuilderSpi builderSpi, Provider provider, in CertPathBuilder() 143 public static CertPathBuilder getInstance(String algorithm, String provider) in getInstance() 174 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | CertPathValidator.java | 53 private final Provider provider; field in CertPathValidator 73 Provider provider, String algorithm) { in CertPathValidator() 144 String provider) throws NoSuchAlgorithmException, in getInstance() 175 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | CertStore.java | 55 private final Provider provider; field in CertStore 79 protected CertStore(CertStoreSpi storeSpi, Provider provider, String type, in CertStore() 153 CertStoreParameters params, String provider) in getInstance() 189 CertStoreParameters params, Provider provider) in getInstance()
|
D | CertificateFactory.java | 52 private final Provider provider; field in CertificateFactory 72 Provider provider, String type) { in CertificateFactory() 130 String provider) throws CertificateException, in getInstance() 162 Provider provider) throws CertificateException { in getInstance()
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
D | SecretKeyFactory.java | 53 private final Provider provider; field in SecretKeyFactory 73 Provider provider, String algorithm) { in SecretKeyFactory() 145 String provider) throws NoSuchAlgorithmException, in getInstance() 177 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | KeyGenerator.java | 47 private final Provider provider; field in KeyGenerator 66 protected KeyGenerator(KeyGeneratorSpi keyGenSpi, Provider provider, in KeyGenerator() 139 String provider) throws NoSuchAlgorithmException, in getInstance() 170 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | KeyAgreement.java | 49 private final Provider provider; field in KeyAgreement 68 protected KeyAgreement(KeyAgreementSpi keyAgreeSpi, Provider provider, in KeyAgreement() 140 String provider) throws NoSuchAlgorithmException, in getInstance() 171 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | ExemptionMechanism.java | 46 private final Provider provider; field in ExemptionMechanism 75 Provider provider, String mechanism) { in ExemptionMechanism() 138 String provider) throws NoSuchAlgorithmException, in getInstance() 172 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | Mac.java | 46 private final Provider provider; field in Mac 68 protected Mac(MacSpi macSpi, Provider provider, String algorithm) { in Mac() 139 public static final Mac getInstance(String algorithm, String provider) in getInstance() 169 public static final Mac getInstance(String algorithm, Provider provider) in getInstance()
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
D | TrustManagerFactory.java | 50 private final Provider provider; field in TrustManagerFactory 70 Provider provider, String algorithm) { in TrustManagerFactory() 135 String provider) throws NoSuchAlgorithmException, in getInstance() 165 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | KeyManagerFactory.java | 49 private final Provider provider; field in KeyManagerFactory 69 Provider provider, String algorithm) { in KeyManagerFactory() 132 String provider) throws NoSuchAlgorithmException, in getInstance() 162 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | SSLContext.java | 45 private final Provider provider; field in SSLContext 64 protected SSLContext(SSLContextSpi contextSpi, Provider provider, in SSLContext() 115 public static SSLContext getInstance(String protocol, String provider) in getInstance() 147 public static SSLContext getInstance(String protocol, Provider provider) in getInstance()
|
D | ContextImpl.java | 29 public ContextImpl(SSLContextSpi contextSpi, Provider provider, in ContextImpl()
|
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
D | TrustManagerFactorySpiTest.java | 73 Provider provider = new MyProvider(); in test_engineInit_01() local 106 Provider provider = new MyProvider(); in test_engineInit_02() local 138 Provider provider = new MyProvider(); in test_engineGetTrustManagers() local
|
/dalvik/libcore/security/src/main/java/java/security/ |
D | KeyFactory.java | 44 private Provider provider; field in KeyFactory 69 Provider provider, in KeyFactory() 117 public static KeyFactory getInstance(String algorithm, String provider) in getInstance() 143 public static KeyFactory getInstance(String algorithm, Provider provider) in getInstance()
|
D | AlgorithmParameterGenerator.java | 48 private final Provider provider; field in AlgorithmParameterGenerator 69 AlgorithmParameterGeneratorSpi paramGenSpi, Provider provider, in AlgorithmParameterGenerator() 133 String provider) throws NoSuchAlgorithmException, in getInstance() 163 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | AlgorithmParameters.java | 53 private Provider provider; field in AlgorithmParameters 83 Provider provider, String algorithm) { in AlgorithmParameters() 139 String provider) throws NoSuchAlgorithmException, in getInstance() 171 Provider provider) throws NoSuchAlgorithmException { in getInstance()
|
D | SecureRandom.java | 51 private Provider provider; field in SecureRandom 131 Provider provider) { in SecureRandom() 137 Provider provider, in SecureRandom() 188 public static SecureRandom getInstance(String algorithm, String provider) in getInstance() 217 public static SecureRandom getInstance(String algorithm, Provider provider) in getInstance()
|
D | KeyPairGenerator.java | 51 private Provider provider; field in KeyPairGenerator 128 public static KeyPairGenerator getInstance(String algorithm, String provider) in getInstance() 157 Provider provider) throws NoSuchAlgorithmException { in getInstance() 289 Provider provider, String algorithm) { in KeyPairGeneratorImpl()
|
D | MessageDigest.java | 47 private Provider provider; field in MessageDigest 117 public static MessageDigest getInstance(String algorithm, String provider) in getInstance() 145 public static MessageDigest getInstance(String algorithm, Provider provider) in getInstance() 401 Provider provider, String algorithm) { in MessageDigestImpl()
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
D | Pipe.java | 46 protected SinkChannel(SelectorProvider provider) { in SinkChannel() 76 protected SourceChannel(SelectorProvider provider) { in SourceChannel()
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/ |
D | SelectorProvider.java | 57 private static SelectorProvider provider = null; field in SelectorProvider 94 synchronized public static SelectorProvider provider() { in provider() method in SelectorProvider
|
D | AbstractSelector.java | 37 private SelectorProvider provider = null; field in AbstractSelector 97 public final SelectorProvider provider() { in provider() method in AbstractSelector
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
D | Engine.java | 53 public Provider provider; field in Engine 125 public synchronized void getInstance(String algorithm, Provider provider, in getInstance()
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | Security2Test.java | 57 Provider provider = allProviders[i]; in test_getProvidersLjava_lang_String() local 73 Provider provider = allProviders[i]; in test_getProvidersLjava_lang_String() local 161 Provider provider = allProviders[i]; in getProvidersCount() local
|