IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

UseOAEP Property

Whether to use Optimal Asymmetric Encryption Padding (OAEP).

Object Oriented Interface

public function getUseOAEP();
public function setUseOAEP($value);

Procedural Interface

ipworksencrypt_rsa_get($res, 41 );
ipworksencrypt_rsa_set($res, 41, $value );

Default Value

false

Remarks

Whether to use Optimal Asymmetric Encryption Padding (OAEP). By default this value is False and the class will use PKCS1.

Note: When set to True the HashAlgorithm is also applicable when calling Encrypt and Decrypt.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 PHP Edition - Version 20.0 [Build 8155]