Home
last modified time | relevance | path

Searched defs:createKey (Results 1 – 15 of 15) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPrivateKeyFactory.java54 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException in createKey() method in PrivateKeyFactory
67 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException in createKey() method in PrivateKeyFactory
79 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException in createKey() method in PrivateKeyFactory
DPublicKeyFactory.java62 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException in createKey() method in PublicKeyFactory
74 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException in createKey() method in PublicKeyFactory
86 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException in createKey() method in PublicKeyFactory
/external/icu/icu4c/source/common/
Dservls.cpp279 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICULocaleService
285 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const in createKey() function in ICULocaleService
Dserv.cpp926 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICUService
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICULocaleService.java625 public Key createKey(String id) { in createKey() method in ICULocaleService
629 public Key createKey(String id, int kind) { in createKey() method in ICULocaleService
633 public Key createKey(ULocale l, int kind) { in createKey() method in ICULocaleService
DICUService.java884 public Key createKey(String id) { in createKey() method in ICUService
DTimeZoneNamesImpl.java379 UResource.Key createKey(UResource.Key key) { in createKey() method in TimeZoneNamesImpl.ZoneStringsLoader
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICULocaleService.java629 public Key createKey(String id) { in createKey() method in ICULocaleService
633 public Key createKey(String id, int kind) { in createKey() method in ICULocaleService
637 public Key createKey(ULocale l, int kind) { in createKey() method in ICULocaleService
DTimeZoneNamesImpl.java381 UResource.Key createKey(UResource.Key key) { in createKey() method in TimeZoneNamesImpl.ZoneStringsLoader
DICUService.java886 public Key createKey(String id) { in createKey() method in ICUService
/external/guice/core/test/com/google/inject/
DKeyTest.java224 private static <T> Key<T> createKey() { in createKey() method in KeyTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTest.java103 public Key createKey(String id) { in createKey() method in ICUServiceTest.TestService
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java102 public Key createKey(String id) { in createKey() method in ICUServiceTest.TestService
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp116 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestIntegerService
500 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestStringService
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp1449 void* createKey(const char* key, UErrorCode& status) { in createKey() function