SecureBlackbox 2020 iOS Edition

Questions / Feedback?

canEncrypt (property)

Returns true if the crypto object can be used for encryption.

Syntax

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

Default Value

FALSE

Remarks

This property returns true if the crypto object can be used for encryption and decryption. This capability depends on the cryptographic algorithm.

This property is read-only.

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