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

/frameworks/base/keystore/java/android/security/
H A DKeyChain.java61 * The {@code KeyChain} class provides access to private keys and
64 * <p>Applications accessing the {@code KeyChain} normally go through
98 public final class KeyChain { class
106 * Package name for KeyChain chooser.
209 * Broadcast Action: Indicates the contents of the keychain has changed. Sent when a KeyChain
621 * Returns {@code true} if the current device's {@code KeyChain} supports a
633 * Returns {@code true} if the current device's {@code KeyChain} binds any
642 * PrivateKey key = ...; // private key from KeyChain
693 * @see KeyChain#bind

Completed in 41 milliseconds