Home | History | Annotate | Download | only in vault

Lines Matching defs:keyStore

27 import java.security.KeyStore;
37 * the platform {@link KeyStore}. This allows us to protect symmetric keys with
57 final KeyStore keyStore = KeyStore.getInstance("AndroidKeyStore");
58 keyStore.load(null);
60 if (!keyStore.containsAlias(alias)) {
66 final KeyStore.PrivateKeyEntry entry = (KeyStore.PrivateKeyEntry) keyStore.getEntry(