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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPCBC.java31 * This class represents ciphers in Plaintext Cipher Block Chaining (PCBC)
43 final class PCBC extends FeedbackCipher { class in inherits:FeedbackCipher
53 PCBC(SymmetricCipher embeddedCipher) { method in class:PCBC
61 * @return the string <code>PCBC</code>
64 return "PCBC";

Completed in 2472 milliseconds