DTKeychainItem Class Reference
| Inherits from | NSObject |
| Declared in | DTKeychainItem.h |
Tasks
Other Methods
Constructing Queries
Properties
-
persistentReferenceproperty -
modificationDateproperty -
creationDateproperty -
accessGroupproperty -
synchronizableproperty -
accessibilityproperty -
secureDataproperty -
labelproperty -
commentproperty -
descriptionTextproperty
Properties
accessGroup
The keychain access group the receiver belongs to. Is usually the app identifier including the group prefix
@property (nonatomic, readonly) NSString *accessGroupDeclared In
DTKeychainItem.haccessibility
Under which circumstances the receiver is accessible, see kSecAttrAccessible. Only used on iOS.
@property (nonatomic, copy, getter=accessibilityMode) NSString *accessibilityDeclared In
DTKeychainItem.hcomment
A comment to describe the item
@property (nonatomic, copy) NSString *commentDeclared In
DTKeychainItem.hcreationDate
The time the receiver was created
@property (nonatomic, readonly) NSDate *creationDateDeclared In
DTKeychainItem.hdescriptionText
A comment to describe the item
@property (nonatomic, copy) NSString *descriptionTextDeclared In
DTKeychainItem.hlabel
A label to describe the item
@property (nonatomic, copy) NSString *labelDeclared In
DTKeychainItem.hmodificationDate
The time the receiver was last modified
@property (nonatomic, readonly) NSDate *modificationDateDeclared In
DTKeychainItem.hpersistentReference
A persistent reference to the receiver in the keychain. This can be persisted on disk.
@property (nonatomic, readonly) NSData *persistentReferenceDeclared In
DTKeychainItem.hClass Methods
classForItemClass:
Determines the correct class of the class cluster for a given itemClass
+ (Class)classForItemClass:(NSString *)itemClassParameters
- itemClass
The keychain item class string
Return Value
The class to represent items with this item class as
Declared In
DTKeychainItem.h