kSecPrivateKeyAttrs

Static kSecPrivateKeyAttrs 

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

Predefined key constants used to get or set values in a dictionary. These are used to provide explicit parameters to key generation functions when non-default values are desired. See the description of the SecKeyGeneratePair API for usage information.

containing attributes specific for the private key to be generated.

containing attributes specific for the public key to be generated.

See also Apple’s documentation