IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

keyEncoded (property)

The key.

Syntax

- (NSString*)keyEncoded:(int)keyIndex;
- (void)setKeyEncoded:(int)keyIndex:(NSString*)newKeyEncoded;

- (NSData*)keyEncodedB:(int)keyIndex; - (void)setKeyEncodedB:(int)keyIndex:(NSData*)newKeyEncoded;
public func keyEncoded(keyIndex: Int32) throws -> String
public func setKeyEncoded(keyIndex: Int32, newKeyEncoded: String) throws -> Void
public func keyEncodedB(keyIndex: Int32) throws -> Data
public func setKeyEncodedB(keyIndex: Int32, newKeyEncoded: Data) throws -> Void

Default Value

""

Remarks

The key. This property is used to assign a specific key. The KeyUserId properties may also be used to specify a key.

The KeyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the KeyCount property.

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