/frameworks/support/v4/kitkat/android/support/v4/provider/ |
DocumentsContractApi19.java | 17 package android.support.v4.provider; 25 import android.provider.DocumentsContract;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
TrustManagerFactorySpiTest.java | 23 import java.security.Provider; 56 Provider provider = new MyProvider(); local 58 provider); 83 Provider provider = new MyProvider(); local 85 provider); 109 Provider provider = new MyProvider(); local 111 provider); [all...] |
/libcore/luni/src/test/java/tests/targets/security/cert/ |
CertificateTest.java | 21 import java.security.Provider; [all...] |
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
AbstractSelectableChannel.java | 54 // The provider that created this channel 55 private final SelectorProvider provider; field in class:AbstractSelectableChannel 76 protected AbstractSelectableChannel(SelectorProvider provider) { 77 this.provider = provider; 81 * Returns the provider that created this channel. 83 * @return The provider that created this channel 85 public final SelectorProvider provider() { method in class:AbstractSelectableChannel 86 return provider;
|
/libcore/ojluni/src/main/java/java/security/ |
KeyPairGenerator.java | 32 import java.security.Provider.Service; 62 * implementation of the highest-priority installed provider as the source 69 * provider what to do about the algorithm-specific parameters (if any) to be 73 * size) is 512, 768, or 1024, then the <i>Sun</i> provider uses a set of 76 * values, the <i>Sun</i> provider creates a new set of parameters. Other 89 * implementation of the highest-priority installed provider as the source 96 * (via a call to an <code>initialize</code> method), each provider must 98 * For example, the <i>Sun</i> provider uses a default modulus size (keysize) 150 // The provider 151 Provider provider field in class:KeyPairGenerator [all...] |
SecureRandom.java | 30 import java.security.Provider.Service; 87 * The SHA1PRNG algorithm from the Crypto provider has been deprecated as it was insecure, and also 89 * <a href="http://android-developers.blogspot.com/2016/06/security-crypto-provider-deprecated-in.html"> 90 * Security "Crypto" provider deprecated in Android N</a> for details. 102 * The provider. 107 private Provider provider = null; field in class:SecureRandom 110 * The provider implementation. 133 * starting with the most preferred Provider. 136 * Provider that supports a SecureRandom (RNG) algorithm is returned [all...] |
/libcore/ojluni/src/main/java/javax/crypto/ |
EncryptedPrivateKeyInfo.java | 275 Provider provider) throws NoSuchAlgorithmException, 280 if (provider == null) { 284 c = Cipher.getInstance(algid.getName(), provider); 333 * @param providerName the name of provider whose Cipher 338 * @exception NoSuchProviderException if no provider 355 throw new NullPointerException("provider is null"); 357 Provider provider = Security.getProvider(providerName); local 358 if (provider == null) [all...] |
KeyAgreement.java | 32 import java.security.Provider.Service; 95 // The provider 96 private Provider provider; field in class:KeyAgreement 98 // The provider implementation (delegate) 110 * @param provider the provider 113 protected KeyAgreement(KeyAgreementSpi keyAgreeSpi, Provider provider, 116 this.provider = provider [all...] |
KeyGenerator.java | 31 import java.security.Provider.Service; 60 * of the highest-priority installed provider as the source of randomness 67 * provider what to do about the algorithm-specific parameters (if any) to be 78 * of the highest-priority installed provider as the source of randomness 84 * (via a call to an <code>init</code> method), each provider must 175 // The provider 176 private Provider provider; field in class:KeyGenerator 178 // The provider implementation (delegate) 197 * @param provider the provide [all...] |
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLContext.java | 88 private final Provider provider; field in class:SSLContext 98 * @param provider the provider 101 protected SSLContext(SSLContextSpi contextSpi, Provider provider, 104 this.provider = provider; 163 * starting with the most preferred Provider. 166 * Provider that supports the specified protocol is returned [all...] |
/libcore/ojluni/src/main/java/sun/security/jca/ |
ProviderConfig.java | 36 * Class representing a configured provider. Encapsulates configuration 37 * (className plus optional argument), the provider loading logic, and 38 * the loaded Provider object itself. 48 // classname of the SunPKCS11-Solaris provider 52 // config file argument of the SunPKCS11-Solaris provider 56 // maximum number of times to try loading a provider before giving up 59 // parameters for the Provider(String) constructor, 63 // name of the provider class 66 // argument to the provider constructor, 70 // number of times we have already tried to load this provider 74 private volatile Provider provider; field in class:ProviderConfig [all...] |
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
AlgorithmChecker.java | 26 package sun.security.provider.certpath;
|
BasicChecker.java | 26 package sun.security.provider.certpath; 77 * @param sigProvider the name of the signature provider
|
CertId.java | 26 package sun.security.provider.certpath;
|
ConstraintsChecker.java | 26 package sun.security.provider.certpath;
|
IndexedCollectionCertStore.java | 26 package sun.security.provider.certpath; 52 * CertPath provider. Additional attributes could indexed if there are
|
OCSPRequest.java | 26 package sun.security.provider.certpath;
|
PKIXCertPathValidator.java | 26 package sun.security.provider.certpath; 33 import sun.security.provider.certpath.PKIX.ValidatorParams;
|
Vertex.java | 26 package sun.security.provider.certpath;
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
ClockContract.java | 16 package com.android.deskclock.provider; 19 import android.provider.BaseColumns; 25 * The contract between the clock provider and desk clock. Contains 43 * provider.
|
DaysOfWeek.java | 17 package com.android.deskclock.provider;
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MessageChangeLogTable.java | 1 package com.android.emailcommon.provider;
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailMessageCursor.java | 17 package com.android.email.provider; 24 import android.provider.BaseColumns; 27 import com.android.emailcommon.provider.EmailContent.Body; 42 * load the content from the provider, skipping the cursor window.
|
RefreshStatusMonitor.java | 1 package com.android.email.provider;
|
Utilities.java | 17 package com.android.email.provider; 33 import com.android.emailcommon.provider.Account; 34 import com.android.emailcommon.provider.EmailContent; 35 import com.android.emailcommon.provider.EmailContent.Attachment; 36 import com.android.emailcommon.provider.EmailContent.MessageColumns; 37 import com.android.emailcommon.provider.EmailContent.SyncColumns; 38 import com.android.emailcommon.provider.Mailbox;
|