jdk/src/java.base/share/classes/com/sun/crypto/provider/DESedeCipher.java
changeset 32003 acb12269398a
parent 25859 3317bb8137f4
equal deleted inserted replaced
32002:e378c0dc767e 32003:acb12269398a
    72     }
    72     }
    73 
    73 
    74     /**
    74     /**
    75      * Sets the padding mechanism of this cipher.
    75      * Sets the padding mechanism of this cipher.
    76      *
    76      *
    77      * @param padding the padding mechanism
    77      * @param paddingScheme the padding mechanism
    78      *
    78      *
    79      * @exception NoSuchPaddingException if the requested padding mechanism
    79      * @exception NoSuchPaddingException if the requested padding mechanism
    80      * does not exist
    80      * does not exist
    81      */
    81      */
    82     protected void engineSetPadding(String paddingScheme)
    82     protected void engineSetPadding(String paddingScheme)