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

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DKeyProtector.java161 public byte[] protect(Key key) throws KeyStoreException method in class:KeyProtector
H A DJavaKeyStore.java235 * @param password the password to protect the key
259 entry.protectedPrivKey = keyProtector.protect(key);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java87 // JavaSoft proprietary key-protection algorithm (used to protect private
111 byte[] protect(PrivateKey key) method in class:KeyProtector
H A DJceKeyStore.java239 * @param password the password to protect the key
259 // protect the private key
260 entry.protectedKey = keyProtector.protect((PrivateKey)key);

Completed in 35 milliseconds