IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

recipientKeyExponent (property)

Represents the Exponent parameter for the RSA algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=recipientKeyExponent,setter=setRecipientKeyExponent:) NSString* recipientKeyExponent;
- (NSString*)recipientKeyExponent;
- (void)setRecipientKeyExponent:(NSString*)newRecipientKeyExponent;

@property (nonatomic,readwrite,assign,getter=recipientKeyExponentB,setter=setRecipientKeyExponentB:) NSData* recipientKeyExponentB; - (NSData*)recipientKeyExponentB; - (void)setRecipientKeyExponentB:(NSData*)newRecipientKeyExponent;
public var recipientKeyExponent: String {
  get {...}
set {...} }
public var recipientKeyExponentB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the Exponent parameter for the RSA algorithm.

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