Lines Matching refs:padding

63  * padding scheme.
68 * <li>"<i>algorithm/mode/padding</i>" or
74 * provider-specific default values for the mode and padding scheme are used).
82 * of <i>algorithm/mode/padding</i>, or may decide to provide more generic
84 * <i>algorithm</i> or <i>algorithm/mode</i> or <i>algorithm//padding</i>
86 * in which case the requested mode and/or padding are set automatically by
100 * // pluggable mode and padding
107 * // specified "mode", with pluggable padding
114 * // specified "padding", with pluggable mode
115 * <code>Cipher.</code><i>algName//padding</i>
121 * // specified "mode" and "padding"
122 * <code>Cipher.</code><i>algName/mode/padding</i>
184 * class, for whose mode and padding scheme default values (as supplied by
193 * transformation of the form "<i>algorithm/mode/padding</i>":
198 * for the specified "<i>algorithm/mode/padding</i>" transformation.
205 * <code>engineSetPadding(<i>padding</i>)</code> on the new instance.
209 * for the sub-transformation "<i>algorithm//padding</i>" (note the double
219 * <code>engineSetPadding(<i>padding</i>)</code> on the new instance.
244 * Sets the padding mechanism of this cipher.
246 * @param padding the padding mechanism
248 * @exception NoSuchPaddingException if the requested padding mechanism
251 protected abstract void engineSetPadding(String padding)
269 * previous <code>update</code> call, padding, and AEAD tagging.
330 * <p>If this cipher (including its underlying feedback or padding scheme)
382 * <p>If this cipher (including its underlying feedback or padding scheme)
438 * <p>If this cipher (including its underlying feedback or padding scheme)
574 * operation, are processed, with padding (if requested) being applied.
598 * no padding has been requested (only in encryption mode), and the total
603 * and (un)padding has been requested, but the decrypted data is not
604 * bounded by the appropriate padding bytes
622 * operation, are processed, with padding (if requested) being applied.
653 * no padding has been requested (only in encryption mode), and the total
660 * and (un)padding has been requested, but the decrypted data is not
661 * bounded by the appropriate padding bytes
711 * no padding has been requested (only in encryption mode), and the total
718 * and (un)padding has been requested, but the decrypted data is not
719 * bounded by the appropriate padding bytes
876 * no padding has been requested, and the length of the encoding of the