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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java316 cipher = new CipherForKeyProtector(cipherSpi, PROV,
347 Cipher cipher = new CipherForKeyProtector(cipherSpi, PROV,
366 final class CipherForKeyProtector extends javax.crypto.Cipher { class in inherits:javax.crypto.Cipher
374 protected CipherForKeyProtector(CipherSpi cipherSpi, method in class:CipherForKeyProtector

Completed in 892 milliseconds