Module: Sec::Classes

Defined in:
lib/keychain/sec.rb

Overview

defines constants for use as the class of an item

Constant Summary collapse

CERTIFICATE =

constant identifying certificates (kSecClassCertificate)

CF::Base.typecast(Sec.kSecClassCertificate)
GENERIC =

constant identifying generic passwords (kSecClassGenericPassword)

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

constant identifying generic passwords (kSecClassIdentity)

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

constant identifying internet passwords (kSecClassInternetPassword)

CF::Base.typecast(Sec.kSecClassInternetPassword)
KEY =

constant identifying public/private key items (kSecClassKey)

CF::Base.typecast(Sec.kSecClassKey)