EMSecureContainer Protocol Reference
| Conforms to | NSCopying NSObject |
|---|---|
| Declared in | EMSecureContainer.h |
– wipe
required method
Wipes internal state of a secure container object.
- (void)wipeDeclared In
EMSecureContainer.h
– copy
required method
Returns a copy of the secure container object.
- (id)copyReturn 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)anotherDataParameters
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)hashReturn Value
The hash code.
Declared In
EMSecureContainer.h