EMSecureByteArray Protocol Reference
| Conforms to | EMSecureContainer |
|---|---|
| Declared in | EMSecureByteArray.h |
– dataValue
required method
Returns the data carried by this secure byte array object.
- (NSData *)dataValueReturn 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)lengthReturn Value
The number of bytes.
Declared In
EMSecureByteArray.h