Home
last modified time | relevance | path

Searched refs:WrappedKeyEntry (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DWrappedKeyEntry.java74 public class WrappedKeyEntry implements Entry { class
89 public WrappedKeyEntry(byte[] wrappedKeyBytes, String wrappingKeyAlias, String transformation, in WrappedKeyEntry() method in WrappedKeyEntry
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSpi.java37 import android.security.keystore.WrappedKeyEntry;
882 private void setWrappedKeyEntry(String alias, WrappedKeyEntry entry, in setWrappedKeyEntry()
1251 } else if (entry instanceof WrappedKeyEntry) { in engineSetEntry()
1252 WrappedKeyEntry wke = (WrappedKeyEntry) entry; in engineSetEntry()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6691 android.security.keystore.WrappedKeyEntry
H A Dboot-image-profile.txt29481 Landroid/security/keystore/WrappedKeyEntry;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6695 android.security.keystore.WrappedKeyEntry
H A Dboot-image-profile.txt39588 Landroid/security/keystore/WrappedKeyEntry;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48031 …pi;->setWrappedKeyEntry(Ljava/lang/String;Landroid/security/keystore/WrappedKeyEntry;Ljava/securit…
48365 Landroid/security/keystore/WrappedKeyEntry;->mAlgorithmParameterSpec:Ljava/security/spec/AlgorithmP…
48366 Landroid/security/keystore/WrappedKeyEntry;->mTransformation:Ljava/lang/String;
48367 Landroid/security/keystore/WrappedKeyEntry;->mWrappedKeyBytes:[B
48368 Landroid/security/keystore/WrappedKeyEntry;->mWrappingKeyAlias:Ljava/lang/String;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39734 public class WrappedKeyEntry implements java.security.KeyStore.Entry {
39735 ctor public WrappedKeyEntry(byte[], String, String, java.security.spec.AlgorithmParameterSpec);