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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
H A DPrivateKeyFactory.java54 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException method in class:PrivateKeyFactory
56 return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData)));
67 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException method in class:PrivateKeyFactory
69 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
79 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException method in class:PrivateKeyFactory
H A DPublicKeyFactory.java62 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException method in class:PublicKeyFactory
64 return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData)));
74 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException method in class:PublicKeyFactory
76 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
86 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException method in class:PublicKeyFactory
/external/icu/icu4c/source/common/
H A Dservls.cpp75 ICUServiceKey* key = createKey(&locName, kind, status);
279 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICULocaleService
285 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const function in class:ICULocaleService
H A Dservloc.h481 * createKey(Locale.toString(), kind) to create a key, calls getKey, and then
532 * Override superclass createKey method.
534 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
537 * Additional createKey that takes a kind.
539 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
H A Dserv.cpp378 ICUServiceKey* key = createKey(&descriptor, status);
622 ICUServiceKey* fallbackKey = createKey(matchID, status);
707 ICUServiceKey* fallbackKey = createKey(&id, status);
788 ICUServiceKey* matchKey = createKey(matchID, status);
822 ICUServiceKey* key = createKey(&id, status);
926 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/android_icu4j/src/main/java/android/icu/impl/
H A DICUService.java349 * createKey to create a key for the provided descriptor.
352 return getKey(createKey(descriptor), null);
357 * createKey to create a key from the provided descriptor.
363 return getKey(createKey(descriptor), actualReturn);
562 * <p>matchID is passed to createKey to create a key. If the
569 Key fallbackKey = createKey(matchID);
627 Key key = createKey(id);
713 Key matchKey = createKey(matchID);
785 String canonicalID = createKey(id).canonicalID();
886 public Key createKey(Strin method in class:ICUService
[all...]
H A DICULocaleService.java66 * createKey(ULocale.toString(), kind) to create a key, calls getKey, and then
71 Key key = createKey(locale, kind);
629 public Key createKey(String id) { method in class:ICULocaleService
633 public Key createKey(String id, int kind) { method in class:ICULocaleService
637 public Key createKey(ULocale l, int kind) { method in class:ICULocaleService
H A DTimeZoneNamesImpl.java371 UResource.Key newKey = createKey(key);
381 UResource.Key createKey(UResource.Key key) { method in class:TimeZoneNamesImpl.ZoneStringsLoader
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java347 * createKey to create a key for the provided descriptor.
350 return getKey(createKey(descriptor), null);
355 * createKey to create a key from the provided descriptor.
361 return getKey(createKey(descriptor), actualReturn);
560 * <p>matchID is passed to createKey to create a key. If the
567 Key fallbackKey = createKey(matchID);
625 Key key = createKey(id);
711 Key matchKey = createKey(matchID);
783 String canonicalID = createKey(id).canonicalID();
884 public Key createKey(Strin method in class:ICUService
[all...]
H A DICULocaleService.java62 * createKey(ULocale.toString(), kind) to create a key, calls getKey, and then
67 Key key = createKey(locale, kind);
625 public Key createKey(String id) { method in class:ICULocaleService
629 public Key createKey(String id, int kind) { method in class:ICULocaleService
633 public Key createKey(ULocale l, int kind) { method in class:ICULocaleService
H A DTimeZoneNamesImpl.java369 UResource.Key newKey = createKey(key);
379 UResource.Key createKey(UResource.Key key) { method in class:TimeZoneNamesImpl.ZoneStringsLoader
/external/guice/core/test/com/google/inject/
H A DKeyTest.java216 KeyTest.<Integer>createKey();
224 private static <T> Key<T> createKey() { method in class:KeyTest
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
H A DThrowingProviderBinder.java291 interfaceKey = createKey();
498 private Key<P> createKey() { method in class:ThrowingProviderBinder.SecondaryBinder
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp116 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestIntegerService
500 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestStringService
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUServiceTest.java103 public Key createKey(String id) { method in class:ICUServiceTest.TestService
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTest.java102 public Key createKey(String id) { method in class:ICUServiceTest.TestService
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp1449 void* createKey(const char* key, UErrorCode& status) { function in struct:TimeZoneNamesImpl::ZoneStringsLoader
1536 void* newKey = createKey(key, status);
/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 408 milliseconds