Searched defs:createKey (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
H A DPrivateKeyFactory.java58 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException method in class:PrivateKeyFactory
60 return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData)));
71 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException method in class:PrivateKeyFactory
73 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
83 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException method in class:PrivateKeyFactory
H A DPublicKeyFactory.java66 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException method in class:PublicKeyFactory
68 return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData)));
78 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException method in class:PublicKeyFactory
80 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
90 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException method in class:PublicKeyFactory
/external/icu4c/common/
H A Dservls.cpp75 ICUServiceKey* key = createKey(&locName, kind, status);
277 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICULocaleService
283 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const function in class:ICULocaleService
H A Dserv.cpp372 ICUServiceKey* key = createKey(&descriptor, status);
616 ICUServiceKey* fallbackKey = createKey(matchID, status);
701 ICUServiceKey* fallbackKey = createKey(&id, status);
781 ICUServiceKey* matchKey = createKey(matchID, status);
815 ICUServiceKey* key = createKey(&id, status);
919 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICUService
/external/icu4c/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/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 282 milliseconds