OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createKey
(Results
1 - 19
of
19
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java
58
public static AsymmetricKeyParameter
createKey
(byte[] privateKeyInfoData) throws IOException
60
return
createKey
(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData)));
71
public static AsymmetricKeyParameter
createKey
(InputStream inStr) throws IOException
73
return
createKey
(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
83
public static AsymmetricKeyParameter
createKey
(PrivateKeyInfo keyInfo) throws IOException
PublicKeyFactory.java
66
public static AsymmetricKeyParameter
createKey
(byte[] keyInfoData) throws IOException
68
return
createKey
(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData)));
78
public static AsymmetricKeyParameter
createKey
(InputStream inStr) throws IOException
80
return
createKey
(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
90
public static AsymmetricKeyParameter
createKey
(SubjectPublicKeyInfo keyInfo) throws IOException
/packages/apps/Calendar/src/com/android/calendar/event/
EventColorCache.java
48
mColorKeyMap.put(
createKey
(accountName, accountType, displayColor), colorKey);
49
String key =
createKey
(accountName, accountType);
62
ArrayList<Integer> colors = mColorPaletteMap.get(
createKey
(accountName, accountType));
77
return mColorKeyMap.get(
createKey
(accountName, accountType, displayColor));
96
private String
createKey
(String accountName, String accountType) {
103
private String
createKey
(String accountName, String accountType, int displayColor) {
104
return new StringBuilder(
createKey
(accountName, accountType))
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockSyncContentResolverDelegate.java
86
String key =
createKey
(account, authority);
94
String key =
createKey
(account, authority);
112
String key =
createKey
(account, authority);
141
String key =
createKey
(account, authority);
151
private static String
createKey
(Account account, String authority) {
/external/chromium_org/third_party/icu/source/common/
servls.cpp
79
ICUServiceKey* key =
createKey
(&locName, kind, status);
281
ICULocaleService::
createKey
(const UnicodeString* id, UErrorCode& status) const
287
ICULocaleService::
createKey
(const UnicodeString* id, int32_t kind, UErrorCode& status) const
serv.cpp
375
ICUServiceKey* key =
createKey
(&descriptor, status);
620
ICUServiceKey* fallbackKey =
createKey
(matchID, status);
706
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
/external/icu4c/common/
servls.cpp
74
ICUServiceKey* key =
createKey
(&locName, kind, status);
278
ICULocaleService::
createKey
(const UnicodeString* id, UErrorCode& status) const
284
ICULocaleService::
createKey
(const UnicodeString* id, int32_t kind, UErrorCode& status) const
serv.cpp
376
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
/external/chromium_org/chrome/browser/resources/image_loader/
image_loader_client.js
158
var cacheKey = ImageLoaderClient.Cache.
createKey
(url, opt_options);
232
ImageLoaderClient.Cache.
createKey
= function(url, opt_options) {
cache.js
57
Cache.
createKey
= function(request) {
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java
139
private PrivateKey
createKey
() throws Exception {
163
signer.initSign(
createKey
());
/external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp
113
ICUServiceKey*
createKey
(const UnicodeString* id, UErrorCode& status) const {
497
ICUServiceKey*
createKey
(const UnicodeString* id, UErrorCode& status) const {
[
all
...]
/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
...]
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 244 milliseconds