IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

recipientKeyP (property)

Represents the P parameter for the Elgamal algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=recipientKeyP,setter=setRecipientKeyP:) NSString* recipientKeyP;
- (NSString*)recipientKeyP;
- (void)setRecipientKeyP:(NSString*)newRecipientKeyP;

@property (nonatomic,readwrite,assign,getter=recipientKeyPB,setter=setRecipientKeyPB:) NSData* recipientKeyPB; - (NSData*)recipientKeyPB; - (void)setRecipientKeyPB:(NSData*)newRecipientKeyP;
public var recipientKeyP: String {
  get {...}
set {...} }
public var recipientKeyPB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the P parameter for the Elgamal algorithm.

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