Home | History | Annotate | Download | only in core

Lines Matching refs:PASSWORD

577      * Defines the password for the keystore.
579 private static final String PASSWORD = "android";
772 keyStore.load(inputStream, PASSWORD.toCharArray());
777 keyManagerFactory.init(keyStore, PASSWORD.toCharArray());