SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sourceBytes (property)

Use this property to pass the content to sign in the byte array form.

Syntax

@property (nonatomic,readwrite,assign,getter=sourceBytes,setter=setSourceBytes:) NSData* sourceBytes;
- (NSData*)sourceBytes;
- (void)setSourceBytes:(NSData*)newSourceBytes;
public var sourceBytes: Data {
  get {...}
set {...} }

Remarks

Assign a byte array containing the source file to be signed to this property.

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