EMSecureContainer Protocol Reference

Conforms to NSCopying
NSObject
Declared in EMSecureContainer.h

Overview

A protocol representing a secure container object in memory.

– wipe required method

Wipes internal state of a secure container object.

- (void)wipe

Declared In

EMSecureContainer.h

– copy required method

Returns a copy of the secure container object.

- (id)copy

Return Value

The copy of the secure container object.

Declared In

EMSecureContainer.h

– isEqual: required method

Compares the receiver to the other secure container object.

- (BOOL)isEqual:(id)anotherData

Parameters

anotherData

The object to be compared.

Return Value

YES if two objects are equivalent, NO otherwise.

Declared In

EMSecureContainer.h

– hash required method

Calculates the hash code of this secure container object.

- (NSUInteger)hash

Return Value

The hash code.

Declared In

EMSecureContainer.h