Searched refs:createKey (Results 1 - 12 of 12) 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.cpp73 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 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java341 * createKey to create a key for the provided descriptor.
344 return getKey(createKey(descriptor), null);
349 * createKey to create a key from the provided descriptor.
355 return getKey(createKey(descriptor), actualReturn);
561 * <p>matchID is passed to createKey to create a key. If the
568 Key fallbackKey = createKey(matchID);
644 Key key = createKey(id);
730 Key matchKey = createKey(matchID);
802 String canonicalID = createKey(id).canonicalID();
903 public Key createKey(Strin method in class:ICUService
[all...]
H A DICULocaleService.java60 * createKey(ULocale.toString(), kind) to create a key, calls getKey, and then
65 Key key = createKey(locale, kind);
605 public Key createKey(String id) { method in class:ICULocaleService
609 public Key createKey(String id, int kind) { method in class:ICULocaleService
613 public Key createKey(ULocale l, int kind) { method in class:ICULocaleService
/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTest.java103 public Key createKey(String id) { method in class:ICUServiceTest.TestService
/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 583 milliseconds