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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherBlockChaining.java42 class CipherBlockChaining extends FeedbackCipher { class in inherits:FeedbackCipher
57 CipherBlockChaining(SymmetricCipher embeddedCipher) { method in class:CipherBlockChaining
H A DCipherTextStealing.java53 final class CipherTextStealing extends CipherBlockChaining {
H A DDESedeWrapCipher.java79 cipher = new CipherBlockChaining(new DESedeCrypt());
H A DCipherCore.java48 * @see CipherBlockChaining
167 cipher = new CipherBlockChaining(rawImpl);

Completed in 34 milliseconds