Module: Sec::Value

Defined in:
lib/keychain/sec.rb

Overview

Constants for use with SecItemAdd/SecItemUpdate

Constant Summary collapse

REF =

The hash key for the SecKeychainItemRef (in the dictionary returned by SecCopyMatching) (kSecValueRef)

CF::Base.typecast(Sec.kSecValueRef)
DATA =

The hash key for the password data (in the dictionary returned by SecCopyMatching) (kSecValueData)

CF::Base.typecast(Sec.kSecValueData)