equal
deleted
inserted
replaced
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) |