$$useChunks $$useChunks : boolean Flag for enabling/disabling data processing via chunks. Type boolean
setPaddingStandard() setPaddingStandard(integer $padding) : $this Setter for the asymmetric data padding operation property. Parameters integer $padding The padding standard integer code value. Throws \Exception Validation errors. Returns $this — The asymmetric encryption algorithm object.
getPaddingStandard() getPaddingStandard() : string Getter for the asymmetric data padding operation property. Returns string — The padding standard integer code value.
getPaddingReservedSize() getPaddingReservedSize() : integer Getter for the minimum size of the padding bytes that are required/reserved by the algorithm. Returns integer — The minimum reserved size of the padding bytes.
enableChunkProcessing() enableChunkProcessing() : $this Enable long data processing via small chunks. Returns $this — The asymmetric encryption algorithm object.
disableChunkProcessing() disableChunkProcessing() : $this Disable long data processing via small chunks. Returns $this — The asymmetric encryption algorithm object.