kSecAttrKeyTypeRSA

Static kSecAttrKeyTypeRSA 

Source
pub unsafe static kSecAttrKeyTypeRSA: &'static CFString
Available on crate feature SecItem only.
Expand description

Predefined item attribute constants used to get or set values in a dictionary. The kSecAttrKeyType constant is the key and its value is one of the constants defined here.

The size is specified by kSecAttrKeySizeInBits attribute. Curves are defined in FIPS PUB 186-4 standard.

See also Apple’s documentation