DTKeychainItem Class Reference
Inherits from | NSObject |
Declared in | DTKeychainItem.h |
Tasks
Other Methods
Constructing Queries
Properties
-
persistentReference
property -
modificationDate
property -
creationDate
property -
accessGroup
property -
synchronizable
property -
accessibility
property -
secureData
property -
label
property -
comment
property -
descriptionText
property
Properties
accessGroup
The keychain access group the receiver belongs to. Is usually the app identifier including the group prefix
@property (nonatomic, readonly) NSString *accessGroup
Declared In
DTKeychainItem.h
accessibility
Under which circumstances the receiver is accessible, see kSecAttrAccessible. Only used on iOS.
@property (nonatomic, copy, getter=accessibilityMode) NSString *accessibility
Declared In
DTKeychainItem.h
comment
A comment to describe the item
@property (nonatomic, copy) NSString *comment
Declared In
DTKeychainItem.h
creationDate
The time the receiver was created
@property (nonatomic, readonly) NSDate *creationDate
Declared In
DTKeychainItem.h
descriptionText
A comment to describe the item
@property (nonatomic, copy) NSString *descriptionText
Declared In
DTKeychainItem.h
label
A label to describe the item
@property (nonatomic, copy) NSString *label
Declared In
DTKeychainItem.h
modificationDate
The time the receiver was last modified
@property (nonatomic, readonly) NSDate *modificationDate
Declared In
DTKeychainItem.h
persistentReference
A persistent reference to the receiver in the keychain. This can be persisted on disk.
@property (nonatomic, readonly) NSData *persistentReference
Declared In
DTKeychainItem.h
Class Methods
classForItemClass:
Determines the correct class of the class cluster for a given itemClass
+ (Class)classForItemClass:(NSString *)itemClass
Parameters
- itemClass
The keychain item class string
Return Value
The class to represent items with this item class as
Declared In
DTKeychainItem.h