Searched refs:isKeyPasswordIgnored (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
H A DKeyStoreTest.java218 private static boolean isKeyPasswordIgnored(KeyStore ks) { method in class:KeyStoreTest
602 if (isKeyPasswordSupported(keyStore) && isKeyPasswordIgnored(keyStore)) {
636 } else if (isKeyPasswordSupported(keyStore) && isKeyPasswordIgnored(keyStore)) {
960 if (isNullPasswordAllowed(keyStore) || isKeyPasswordIgnored(keyStore)) {
982 if (isNullPasswordAllowed(keyStore) || isKeyPasswordIgnored(keyStore)) {
1937 } else if (isKeyPasswordSupported(keyStore) && isKeyPasswordIgnored(keyStore)) {
1939 } else if (isKeyPasswordIgnored(keyStore)) {
1967 } else if (isKeyPasswordSupported(keyStore) && isKeyPasswordIgnored(keyStore)) {
2222 if (isNullPasswordAllowed(keyStore) || isKeyPasswordIgnored(keyStore)) {
2240 if (isNullPasswordAllowed(keyStore) || isKeyPasswordIgnored(keyStor
[all...]

Completed in 74 milliseconds