Searched refs:KeyInfo (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
H A DKeyFetcher.h33 struct KeyInfo { struct in class:android::clearkeycas::KeyFetcher
50 uint64_t* asset_id, vector<KeyInfo>* keys) = 0;
H A DClearKeyFetcher.h51 std::vector<KeyInfo>* keys) override;
H A DClearKeySessionLibrary.h50 struct KeyInfo { struct in class:android::clearkeycas::ClearKeyCasSession
57 KeyInfo mKeyInfo[kNumKeys];
H A DClearKeyFetcher.cpp51 uint64_t* asset_id, std::vector<KeyInfo>* keys) {
117 KeyInfo key;
H A DClearKeyCasPlugin.cpp315 std::vector<KeyFetcher::KeyInfo> keys;
/frameworks/base/keystore/java/android/security/keystore/
H A DKeyInfo.java39 * The following example illustrates how to obtain a {@code KeyInfo} describing the provided Android
45 * KeyInfo keyInfo;
47 * keyInfo = (KeyInfo) factory.getKeySpec(key, KeyInfo.class);
53 * The following example illustrates how to obtain a {@code KeyInfo} describing the provided
59 * KeyInfo keyInfo;
61 * keyInfo = factory.getKeySpec(key, KeyInfo.class);
66 public class KeyInfo implements KeySpec { class in inherits:KeySpec
88 public KeyInfo(String keystoreKeyAlias, method in class:KeyInfo
H A DAndroidKeyStoreSecretKeyFactorySpi.java61 if (!KeyInfo.class.equals(keySpecClass)) {
76 static KeyInfo getKeyInfo(KeyStore keyStore, String entryAlias, String keyAliasInKeystore,
187 return new KeyInfo(entryAlias,
H A DAndroidKeyStoreKeyFactorySpi.java59 } else if (KeyInfo.class.equals(keySpecClass)) {
63 + ". KeyInfo can be obtained only for Android Keystore private keys");
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DClearKeyFetcherTest.cpp94 std::vector<KeyFetcher::KeyInfo> keys;
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp331 struct KeyInfo { struct in class:android::FakeEventHub
346 KeyedVector<int32_t, KeyInfo> keysByScanCode;
347 KeyedVector<int32_t, KeyInfo> keysByUsageCode;
441 KeyInfo info;
549 const KeyInfo* key = getKey(device, scanCode, usageCode);
566 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const {
/frameworks/base/
H A Dcompiled-classes-phone3617 android.security.keystore.KeyInfo

Completed in 147 milliseconds