Searched defs:KeyChain (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyChain.java47 * The {@code KeyChain} class provides access to private keys and
50 * <p>Applications accessing the {@code KeyChain} normally go through
84 public final class KeyChain { class
86 private static final String TAG = "KeyChain";
94 * Package name for KeyChain chooser.
376 * Returns {@code true} if the current device's {@code KeyChain} supports a
386 * Returns {@code true} if the current device's {@code KeyChain} binds any
416 * @see KeyChain#bind

Completed in 144 milliseconds