EMSecureByteArray Protocol Reference

Conforms to EMSecureContainer
Declared in EMSecureByteArray.h

Overview

A protocol representing a secure byte array object in memory.

– dataValue required method

Returns the data carried by this secure byte array object.

- (NSData *)dataValue

Return Value

The data from this object.

Declared In

EMSecureByteArray.h

– length required method

Retrieves the length of the data stored in this secure byte array object.

- (NSUInteger)length

Return Value

The number of bytes.

Declared In

EMSecureByteArray.h