IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

useOAEP (property)

Whether to use Optimal Asymmetric Encryption Padding (OAEP).

Syntax

@property (nonatomic,readwrite,assign,getter=useOAEP,setter=setUseOAEP:) BOOL useOAEP;
- (BOOL)useOAEP;
- (void)setUseOAEP:(BOOL)newUseOAEP;
public var useOAEP: Bool {
  get {...}
set {...} }

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 iOS Edition - Version 20.0 [Build 8154]