Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPrivateKeyFactory.java58 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException in createKey() method in PrivateKeyFactory
71 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException in createKey() method in PrivateKeyFactory
83 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException in createKey() method in PrivateKeyFactory
DPublicKeyFactory.java66 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException in createKey() method in PublicKeyFactory
78 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException in createKey() method in PublicKeyFactory
90 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException in createKey() method in PublicKeyFactory
/external/icu4c/common/
Dservls.cpp278 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICULocaleService
284 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const in createKey() function in ICULocaleService
Dserv.cpp924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICUService
/external/icu4c/test/intltest/
Dicusvtst.cpp113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestIntegerService
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestStringService