src/share/classes/javax/crypto/NullCipherSpi.java

Print this page

        

*** 31,41 **** /** * This class provides a delegate for the identity cipher - one that does not * tranform the plaintext. * * @author Li Gong ! * @see Nullcipher * * @since 1.4 */ final class NullCipherSpi extends CipherSpi { --- 31,41 ---- /** * This class provides a delegate for the identity cipher - one that does not * tranform the plaintext. * * @author Li Gong ! * @see NullCipher * * @since 1.4 */ final class NullCipherSpi extends CipherSpi {