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

/frameworks/base/keystore/java/android/security/
H A DKeyChain.java60 * The {@code KeyChain} class provides access to private keys and
63 * <p>Applications accessing the {@code KeyChain} normally go through
97 public final class KeyChain { class
105 * Package name for KeyChain chooser.
208 * Broadcast Action: Indicates the contents of the keychain has changed. Sent when a KeyChain
524 * Returns {@code true} if the current device's {@code KeyChain} supports a
536 * Returns {@code true} if the current device's {@code KeyChain} binds any
545 * PrivateKey key = ...; // private key from KeyChain
596 * @see KeyChain#bind

Completed in 879 milliseconds