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

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DJavaKeyStore.java45 * @see KeyProtector
127 KeyProtector keyProtector = new KeyProtector(password);
247 KeyProtector keyProtector = null;
258 keyProtector = new KeyProtector(password);
H A DKeyProtector.java103 final class KeyProtector { class
129 public KeyProtector(char[] password) method in class:KeyProtector
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DJceKeyStore.java119 KeyProtector keyProtector = new KeyProtector(password);
253 KeyProtector keyProtector = new KeyProtector(password);
H A DKeyProtector.java81 final class KeyProtector { class
100 KeyProtector(char[] password) { method in class:KeyProtector

Completed in 58 milliseconds