UseOAEP Property

Whether to use Optimal Asymmetric Encryption Padding (OAEP).

Object Oriented Interface

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

Procedural Interface

ipworksedi_as2sender_get($res, 103 );
ipworksedi_as2sender_set($res, 103, $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.

To specify non-default OAEP options please see OAEPRSAHashAlgorithm, OAEPMGF1HashAlgorithm, and OAEPParams

Data Type

Boolean

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