|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SecurityLibrary.SecKeyImportExportFlags
native declaration : /System/Library/Frameworks/Security.framework/Headers/SecImportExport.h
enum values
Field Summary | |
---|---|
static int |
kSecKeyImportOnlyOne
When true, prevents the importing of more than one private key in a given SecKeychainItemImport(). |
static int |
kSecKeyNoAccessControl
When true, imported private keys will have no Access Control List (ACL) attached to them. |
static int |
kSecKeySecurePassphrase
When true, passphrase for import/export is obtained by user prompt instead of by caller-supplied data (SecKeyImportExportParameters.passphrase). |
Field Detail |
---|
static final int kSecKeyImportOnlyOne
static final int kSecKeySecurePassphrase
static final int kSecKeyNoAccessControl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |