IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

randBytes (property)

The random byte array.

Syntax

@property (nonatomic,readonly,assign,getter=randBytes) NSString* randBytes;
- (NSString*)randBytes;

@property (nonatomic,readonly,assign,getter=randBytesB) NSData* randBytesB; - (NSData*)randBytesB;
public var randBytes: String {
  get {...}
}
public var randBytesB: Data { get {...} }

Default Value

""

Remarks

This property holds the random byte array generated by calling GetNextBytes.

This property is read-only.

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