SecureBlackbox 2020 iOS Edition

Questions / Feedback?

streamCipher (property)

Returns true if the selected algorithms works as a stream cipher.

Syntax

@property (nonatomic,readonly,assign,getter=streamCipher) BOOL streamCipher;
- (BOOL)streamCipher;
public var streamCipher: Bool {
  get {...}
}

Default Value

FALSE

Remarks

This property returns true if the selected algorithm processes data as a stream (byte-by-byte), rather than block-by-block. This affects the need to use a proper padding settings.

This property is read-only.

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