Searched refs:createKey (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
H A DMockSyncContentResolverDelegate.java86 String key = createKey(account, authority);
94 String key = createKey(account, authority);
112 String key = createKey(account, authority);
141 String key = createKey(account, authority);
151 private static String createKey(Account account, String authority) { method in class:MockSyncContentResolverDelegate
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
H A DPrivateKeyFactory.java53 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException method in class:PrivateKeyFactory
55 return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData)));
66 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException method in class:PrivateKeyFactory
68 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
78 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException method in class:PrivateKeyFactory
H A DPublicKeyFactory.java61 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException method in class:PublicKeyFactory
63 return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData)));
73 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException method in class:PublicKeyFactory
75 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
85 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException method in class:PublicKeyFactory
/external/chromium_org/net/android/javatests/src/org/chromium/net/
H A DAndroidKeyStoreTestUtil.java52 return sKeyStore.createKey(key);
/external/chromium_org/third_party/icu/source/common/
H A Dservls.cpp79 ICUServiceKey* key = createKey(&locName, kind, status);
281 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICULocaleService
287 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const function in class:ICULocaleService
H A Dservloc.h480 * createKey(Locale.toString(), kind) to create a key, calls getKey, and then
531 * Override superclass createKey method.
533 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
536 * Additional createKey that takes a kind.
538 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
H A Dserv.cpp375 ICUServiceKey* key = createKey(&descriptor, status);
620 ICUServiceKey* fallbackKey = createKey(matchID, status);
706 ICUServiceKey* fallbackKey = createKey(&id, status);
786 ICUServiceKey* matchKey = createKey(matchID, status);
820 ICUServiceKey* key = createKey(&id, status);
924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICUService
H A Dserv.h592 * createKey to create a key for the provided descriptor.</p>
602 * createKey to create a key from the provided descriptor.</p>
679 * <p>matchID is passed to createKey to create a key. If the key
748 * <p>matchID is passed to createKey to create a key. If the key
854 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
/external/icu/icu4c/source/common/
H A Dservls.cpp74 ICUServiceKey* key = createKey(&locName, kind, status);
278 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICULocaleService
284 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const function in class:ICULocaleService
H A Dservloc.h479 * createKey(Locale.toString(), kind) to create a key, calls getKey, and then
530 * Override superclass createKey method.
532 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
535 * Additional createKey that takes a kind.
537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
H A Dserv.cpp376 ICUServiceKey* key = createKey(&descriptor, status);
620 ICUServiceKey* fallbackKey = createKey(matchID, status);
705 ICUServiceKey* fallbackKey = createKey(&id, status);
786 ICUServiceKey* matchKey = createKey(matchID, status);
820 ICUServiceKey* key = createKey(&id, status);
924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICUService
H A Dserv.h590 * createKey to create a key for the provided descriptor.</p>
600 * createKey to create a key from the provided descriptor.</p>
677 * <p>matchID is passed to createKey to create a key. If the key
746 * <p>matchID is passed to createKey to create a key. If the key
852 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DRemoteAndroidKeyStore.java119 public AndroidPrivateKey createKey(String alias) { method in class:RemoteAndroidKeyStore
H A DDefaultAndroidKeyStore.java50 public AndroidPrivateKey createKey(PrivateKey javaKey) { method in class:DefaultAndroidKeyStore
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader_client.js158 var cacheKey = ImageLoaderClient.Cache.createKey(url, opt_options);
232 ImageLoaderClient.Cache.createKey = function(url, opt_options) {
H A Drequest.js138 var cacheKey = Cache.createKey(this.request_);
172 var cacheKey = Cache.createKey(this.request_);
H A Dcache.js57 Cache.createKey = function(request) {
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClientBridge.java109 AndroidPrivateKey key = mLocalKeyStore.createKey(privateKey);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DSSLClientCertificateRequest.java124 return sLocalKeyStore.createKey(KeyChain.getPrivateKey(mContext, alias));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestIntegerService
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestStringService
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestIntegerService
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestStringService
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 367 milliseconds