jdk/src/share/classes/javax/crypto/NullCipherSpi.java
changeset 21278 ef8a3a2a72f2
parent 14342 8435a30053c1
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    28 import java.security.*;
    28 import java.security.*;
    29 import java.security.spec.*;
    29 import java.security.spec.*;
    30 
    30 
    31 /**
    31 /**
    32  * This class provides a delegate for the identity cipher - one that does not
    32  * This class provides a delegate for the identity cipher - one that does not
    33  * tranform the plaintext.
    33  * transform the plain text.
    34  *
    34  *
    35  * @author  Li Gong
    35  * @author  Li Gong
    36  * @see NullCipher
    36  * @see NullCipher
    37  *
    37  *
    38  * @since 1.4
    38  * @since 1.4