Searched refs:WrappedKeyEntry (Results 1 – 9 of 9) sorted by relevance
74 public class WrappedKeyEntry implements Entry { class89 public WrappedKeyEntry(byte[] wrappedKeyBytes, String wrappingKeyAlias, String transformation, in WrappedKeyEntry() method in WrappedKeyEntry
37 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()
6691 android.security.keystore.WrappedKeyEntry
29481 Landroid/security/keystore/WrappedKeyEntry;
6695 android.security.keystore.WrappedKeyEntry
39588 Landroid/security/keystore/WrappedKeyEntry;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
48031 …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:[B48368 Landroid/security/keystore/WrappedKeyEntry;->mWrappingKeyAlias:Ljava/lang/String;
39734 public class WrappedKeyEntry implements java.security.KeyStore.Entry {39735 ctor public WrappedKeyEntry(byte[], String, String, java.security.spec.AlgorithmParameterSpec);