SecureBlackbox 2020 iOS Edition

Questions / Feedback?

encryptionAlgorithm (property)

The symmetric cipher that was used to encrypt the data.

Syntax

@property (nonatomic,readonly,assign,getter=encryptionAlgorithm) NSString* encryptionAlgorithm;
- (NSString*)encryptionAlgorithm;
public var encryptionAlgorithm: String {
  get {...}
}

Default Value

""

Remarks

This property contains the symmetric algorithm that the creator had used to encrypt the message.

This property is read-only.

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