Searched refs:provider (Results 201 - 225 of 414) sorted by relevance

1234567891011>>

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
H A DX509CertPathImplTest.java22 package org.apache.harmony.security.tests.provider.cert;
38 import org.apache.harmony.security.provider.cert.X509CertPathImpl;
67 * @tests org.apache.harmony.security.provider.cert.X509CertPathImpl.X509CertPathImpl(List)
75 * @tests org.apache.harmony.security.provider.cert.X509CertPathImpl.getInstance(InputStream)
86 * @tests org.apache.harmony.security.provider.cert.X509CertPathImpl.getInstance(byte[])
96 * @tests org.apache.harmony.security.provider.cert.X509CertPathImpl.getInstance(byte[], String)
125 * @tests org.apache.harmony.security.provider.cert.X509CertPathImpl.getCertificates()
/external/bouncycastle/
H A DAndroid.mk45 -libraryjars "$(call normalize-path-list,$(addsuffix (!org/bouncycastle/**.class,!org/apache/harmony/xnet/provider/jsse/OpenSSLMessageDigest.class),$(full_java_libs)))" \
51 -keep class org.bouncycastle.jce.provider.BouncyCastleProvider "{ public protected *; }" \
52 -keep class org.bouncycastle.jce.provider.symmetric.AESMappings "{ public protected *; }" \
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DBCDSAPublicKey.java1 package org.bouncycastle.jcajce.provider.asymmetric.dsa;
20 import org.bouncycastle.jcajce.provider.asymmetric.util.KeyUtil;
H A DAlgorithmParametersSpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.dsa;
H A DDSAUtil.java1 package org.bouncycastle.jcajce.provider.asymmetric.dsa;
H A DKeyPairGeneratorSpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.dsa;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DECUtil.java1 package org.bouncycastle.jcajce.provider.asymmetric.ec;
24 import org.bouncycastle.jce.provider.BouncyCastleProvider;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DBaseCipherSpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.util;
30 import org.bouncycastle.jce.provider.BouncyCastleProvider;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEDHPrivateKey.java1 package org.bouncycastle.jce.provider;
26 import org.bouncycastle.jcajce.provider.asymmetric.util.PKCS12BagAttributeCarrierImpl;
H A DJCEDHPublicKey.java1 package org.bouncycastle.jce.provider;
22 import org.bouncycastle.jcajce.provider.asymmetric.util.KeyUtil;
H A DJDKDSAPrivateKey.java1 package org.bouncycastle.jce.provider;
25 import org.bouncycastle.jcajce.provider.asymmetric.util.PKCS12BagAttributeCarrierImpl;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.h69 // Set the theme provider - because we get detached, we are frequently
70 // outside of a hierarchy with a theme provider at the top. This should be
72 void set_theme_provider(ui::ThemeProvider* provider) { argument
73 theme_provider_ = provider;
/external/chromium/net/base/
H A Dkeygen_handler_win.cc136 // the associated provider.
146 HCRYPTPROV provider; local
147 crypto::CryptAcquireContextLocked(&provider, key_id_.c_str(), NULL,
163 // TODO(rsleevi): Have the user choose which provider they should use, which
186 LOG(ERROR) << "Keygen failed: Couldn't acquire a CryptoAPI provider "
192 LOG(ERROR) << "Keygen failed: Couldn't acquire a CryptoAPI provider "
/external/libppp/src/
H A Dether.c462 const char *iface, *provider; local
477 provider = strchr(iface, ':');
478 if (provider) {
479 ifacelen = provider - iface;
480 provider++;
481 providerlen = strlen(provider);
484 provider = "";
640 /* And finally, request a connection to the given provider */
644 memcpy(data->data, provider, providerlen);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyPairGenerator1Test.java136 * Test for <code>getInstance(String algorithm, String provider)</code>
138 * Assertion: throws IllegalArgumentException when provider is null or empty
146 String provider = null;
149 KeyPairGenerator.getInstance(algs[i], provider);
150 fail("IllegalArgumentException must be thrown when provider is null");
155 fail("IllegalArgumentException must be thrown when provider is empty");
162 * Test for <code>getInstance(String algorithm, String provider)</code>
179 .concat(algs[i]).concat(" provider: ").concat(
188 * Test for <code>getInstance(String algorithm, String provider)</code>
210 .concat(algs[i]).concat(" provider
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertStore1Test.java171 assertEquals("Incorrect provider", certS.getProvider(), dProv);
181 assertNull("Incorrect provider", certS.getProvider());
233 * <code>getInstance(String type, CertStoreParameters params, String provider)</code>
234 * Assertion: throws IllegalArgumentException when provider is null or empty
236 * FIXME: verify IllegalArgumentException when provider is empty
244 String provider = null;
247 CertStore.getInstance(dValid[i], dParams, provider);
260 * <code>getInstance(String type, CertStoreParameters params, String provider)</code>
261 * Assertion: throws NoSuchProviderException when provider has invalid value
280 * <code>getInstance(String type, CertStoreParameters params, String provider)</cod
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DKeyManagerFactory1Test.java55 private static final String NotSupportedMsg = "There is no suitable provider for KeyManagerFactory";
166 * Test for <code>getInstance(String algorithm, String provider)</code>
168 * Assertion: throws IllegalArgumentException when provider is null or empty
176 String provider = null;
179 KeyManagerFactory.getInstance(validValues[i], provider);
180 fail("Expected IllegalArgumentException was not thrown for null provider");
185 fail("Expected IllegalArgumentException was not thrown for empty provider");
192 * Test for <code>getInstance(String algorithm, String provider)</code>
221 * Test for <code>getInstance(String algorithm, String provider)</code>
223 * Assertion: throws NoSuchProviderException when provider ha
[all...]
H A DTrustManagerFactory1Test.java54 private static final String NotSupportedMsg = "There is no suitable provider for TrustManagerFactory";
163 * Test for <code>getInstance(String algorithm, String provider)</code>
165 * Assertion: throws IllegalArgumentException when provider is null
174 String provider = null;
177 TrustManagerFactory.getInstance(validValues[i], provider);
178 fail("IllegalArgumentException must be thrown when provider is null");
183 fail("IllegalArgumentException must be thrown when provider is empty");
190 * Test for <code>getInstance(String algorithm, String provider)</code>
219 * Test for <code>getInstance(String algorithm, String provider)</code>
221 * Assertion: throws NoSuchProviderException when provider ha
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DCertificateRequestTest.java18 package org.apache.harmony.xnet.provider.jsse;
H A DDigitalSignatureTest.java18 package org.apache.harmony.xnet.provider.jsse;
H A DKeyManagerImplTest.java18 package org.apache.harmony.xnet.provider.jsse;
H A DServerHelloTest.java18 package org.apache.harmony.xnet.provider.jsse;
H A DTrustManagerImplTest.java18 package org.apache.harmony.xnet.provider.jsse;
40 // org.apache.harmony.security.tests.support.provider.cert.CertFactoryTestData
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DAlgorithmParametersSpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DKeyPairGeneratorSpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.rsa;

Completed in 234 milliseconds

1234567891011>>