Module: Sec::Classes

Defined in:
lib/keychain/sec.rb

Overview

defines constants for use as the class of an item

Constant Summary collapse

GENERIC =

constant identifiying generic passwords (kSecClassGenericPassword)

CF::Base.typecast(Sec.kSecClassGenericPassword)
INTERNET =

constant identifying internet passwords (kSecClassInternetPassword)

CF::Base.typecast(Sec.kSecClassInternetPassword)