HomeSort by relevance Sort by last modified time
    Searched refs:createKey (Results 1 - 9 of 9) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java 59 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException
61 return createKey(PrivateKeyInfo.getInstance(ASN1Object.fromByteArray(privateKeyInfoData)));
72 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException
74 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
84 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException
PublicKeyFactory.java 68 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException
70 return createKey(SubjectPublicKeyInfo.getInstance(ASN1Object.fromByteArray(keyInfoData)));
80 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException
82 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
92 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException
  /external/icu4c/common/
servls.cpp 75 ICUServiceKey* key = createKey(&locName, kind, status);
277 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const
283 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const
servloc.h 479 * 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;
serv.cpp 372 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
serv.h 587 * createKey to create a key for the provided descriptor.</p>
597 * createKey to create a key from the provided descriptor.</p>
674 * <p>matchID is passed to createKey to create a key. If the key
743 * <p>matchID is passed to createKey to create a key. If the key
849 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 421 void setKeyCreationMode(boolean createKey) {
422 mKeyCreationMode = createKey;
  /external/icu4c/test/intltest/
icusvtst.cpp 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 233 milliseconds